Sepi

Name
  RightPos

Parent
  ScStrUtils

Visibility
  PUBLIC

Description
  Cherche un caractère dans une chaîne à partir de la fin de celle-ci

Source code
  function RightPos ( C : Char ; const Str : string ) : Integer

Parameters
 
Parameter Description
C : CHAR Caractère à rechercher
Str : STRING Chaîne dans laquelle rechercher C

Return
 
Types Description
INTEGER Index de la dernière occurence de C dans Str, ou 0 si non trouvé

Sepi


Copyright (c) 2006-2010 Sébastien Doeraene
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/