[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Find an string in a list, given its first few characters.
Source position: lclproc.pas line 113
function GetCompleteText( |
const sText: ; |
iSelStart: Integer; |
bCaseSensitive: Boolean; |
bSearchAscending: Boolean; |
slTextList: TStrings |
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.