Sepi

Name
  FindFirstWord

Parent
  StringsOps

Visibility
  PUBLIC

Description
  Recherche un mot en première position d'une chaîne d'une liste
Recherche un mot placé en première position d'une chaîne d'une liste (des
espaces peuvent se trouver devant), en débutant et s'arrêtant à des index
spécifiés.

Source code
  class function FindFirstWord ( Strings : TStrings ; const Word : string ; BeginSearchAt : Integer = 0 ; EndSearchAt : Integer = - 1 ) : Integer

Parameters
 
Parameter Description
Strings : TStrings Liste de chaînes concernée
WORD : STRING Mot à rechercher
BeginSearchAt : INTEGER Index à partir duquel chercher
EndSearchAt : INTEGER Index jusqu'auquel chercher (jusqu'à la fin si -1)

Return
 
Types Description
INTEGER Index de la première chaîne contenant Word, ou -1 si non trouvée

Sepi


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