JVCL Help:TJvLookupControl.Locate
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvLookupControl.Locate Method
[+] TJvLookupControl Events
[+] TJvLookupControl Methods
[+] TJvLookupControl Properties
Search in JVCL Help
Search in all projectsSummary
Locates a field.
Pascal
functionLocate(constSearchField: TField; constAValue: string; Exact: Boolean): Boolean;
Parameters
Parameters | Description |
const SearchField: TField | Field name on which to search. |
const AValue: string | Value to match in the search field. |
Exact: Boolean | If Exact is true, the function locates only records where SearchField is fully equal to AValue, otherwise the function operates a partial match. |
Description
Call Locate to locate parameter AValue in the lookup dataset for field SearchField.
By changing the value of property IgnoreCase you can control the way the case influences the result.
See Also
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