JVCL Help:TJvCustomListBox.SearchExactString
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomListBox.SearchExactString Method
[+] TJvCustomListBox Events
[+] TJvCustomListBox Methods
[+] TJvCustomListBox Properties
Search in JVCL Help
Search in all projectsSummary
Returns the position of a string in the list.
Pascal
functionSearchExactString(constValue: string; CaseSensitive: Boolean = True; StartIndex: Integer = -1): Integer;
Parameters
Parameters | Description |
const Value: string | The string to search for. |
CaseSensitive: Boolean = True | Indicates whether the match must be case-sensitive. |
StartIndex: Integer = -1 | Description for this parameter |
Description
Call SearchExactString to obtain the position of the first occurrence of a string that matches Value. A string matches Value if it is identical to Value or, if CaseSensitive is False, if it differs only in case.
See Also
TJvCustomListBox.SearchPrefix, TJvCustomListBox.SearchSubString
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page