JVCL Help:TJvCheckListBox.SearchExactString

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the position of a string in the list.


Pascal

 functionSearchExactString(Value: string; CaseSensitive: Boolean = True): Integer;


Parameters

Parameters Description
Value: string The string to search for.
CaseSensitive: Boolean = True Indicates whether the match must be case-sensitive.


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

TJvCheckListBox.SearchPrefix, 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