SEARCHBUF |
Recherche de tampon |
---|---|
Free Pascal | strutils |
Syntaxe
Function SearchBuf(Buf:PChar;BufLen:SizeInt;SelStart:SizeInt;SelLength:SizeInt;SearchString:string;Options:TStringSearchOptions):PChar; |
Function SearchBuf(Buf:PChar;BufLen:SizeInt;SelStart:SizeInt;SelLength:SizeInt;SearchString:string):PChar; |
Description
Cette fonction permet de rechercher un tampon pour une certaine chaîne de caractères.
Dernière mise à jour : Lundi, le 24 Août 2020