JVCL Help:TJvCheckListBox.SearchPrefix
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCheckListBox.SearchPrefix Method
[+] TJvCheckListBox Methods
[+] TJvCheckListBox Properties
Search in JVCL Help
Search in all projectsSummary
Returns the position of a string in the list.
Pascal
functionSearchPrefix(Value: string; CaseSensitive: Boolean = True): Integer;
Parameters
Parameters | Description |
Value: string | The prefix to search for. |
CaseSensitive: Boolean = True | Indicates whether the match must be case-sensitive. |
Description
Call SearchPrefix to obtain the position of the first occurrence of a string that has a prefix that matches Value. A prefix matches Value if it is identical to Value or, if CaseSensitive is False, if it differs only in case.
See Also
TJvCheckListBox.SearchExactString, TJvCheckListBox.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