JVCL Help:TJvCustomInspectorRegItem.MatchPercent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorRegItem.MatchPercent Method
[+] TJvCustomInspectorRegItem Methods
[+] TJvCustomInspectorRegItem Properties
Search in JVCL Help
Search in all projectsSummary
Determines the match percentage for the given data instance.
Pascal
functionMatchPercent(constADataObj: TJvCustomInspectorData): Integer; virtual; abstract;
Parameters
Parameters | Description |
const ADataObj: TJvCustomInspectorData | Data layer instance use for comparison |
Description
MatchPercent determines the percentage of matching the registration item to the given data instance. MatchPercent in TJvCustomInspectorRegItem is an abstract method and should be overridden in descendant classes to provide a meaningful value (this usually involves in translating the MatchValue to a percentage).
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