Name
Parent
Visibility
Description
|
Recherche un texte à l'intérieur des chaînes de la liste Recherche un texte à l'intérieur des chaînes de la liste, en débutant et s'arrêtant à des index spécifiés. |
Source code
|
function FindText ( const Str : string ; BeginSearchAt : Integer = 0 ; EndSearchAt : Integer = - 1 ) : Integer |
Parameters
|
Parameter |
Description |
Str : STRING |
Texte à 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 Str, ou -1 si non trouvée |
|
|