JVCL Help:TJvInspectorRegister.FindMatch

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

Search in JVCL Help

 
Search in all projects
 

Summary

Finds a match for the given data instance


Pascal

 functionFindMatch(constADataObj: TJvCustomInspectorData): TJvCustomInspectorRegItem;


Parameters

Parameters Description
const ADataObj: TJvCustomInspectorData Data layer instance to find a match for.


Description

FindMatch tries to find a match for the given data instance. It will start in its own database from the last added item back to the first added item. If no perfect match is found, it will try to locate a registration database in one of the parent data classes and will delegate the search to that database if found. The result will be either nil if no match was found or the registration item that matched best.


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