JVCL Help:TJvCustomInspectorRegItem.IsMatch
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorRegItem.IsMatch Method
[+] TJvCustomInspectorRegItem Methods
[+] TJvCustomInspectorRegItem Properties
Search in JVCL Help
Search in all projectsSummary
Determines if the item matches for the given data instance.
Pascal
functionIsMatch(constADataObj: TJvCustomInspectorData): Boolean; virtual;
Parameters
Parameters | Description |
const ADataObj: TJvCustomInspectorData | Data layer instance use for comparison |
Description
IsMatch checks if the given item is a match for the given data layer. It returns the result of the expression MatchValue(ADataObj) <> 0.
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