[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Find an string in a list, given its first few characters.
Source position: lclproc.pas line 106
function GetCompleteText( |
const sText: string; |
iSelStart: Integer; |
bCaseSensitive: Boolean; |
bSearchAscending: Boolean; |
slTextList: TStrings |
):string; |
sText |
|
The begin of the string to find. |
iSelStart |
|
The list index where the search should start. |
bCaseSensitive |
|
True means case-sensitive comparison |
bSearchAscending |
|
True means search ascending from iSelStart |
slTextList |
|
The list to search. |
The found string.
lazarus-ccr.sourceforge.net |