JVCL Help:TJvInspectorVarData.ItemRegister

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

Search in JVCL Help

 
Search in all projects
 

Summary

ItemRegister returns the item registration database.


Pascal

 classfunctionItemRegister: TJvInspectorRegister; override;


Description

ItemRegister returns the item registration database. Each data class can have its own database but is not required to. The function will return the first registration database it finds within the data class hierarchy. The root database is located in TJvCustomInspectorData and usually contains items to map specific RTTI pointers or type kinds to an inspector item. When an item class needs to be determined all item registration databases will be searched until a perfect match is found or until the root database has been searched. Whichever item has scored highest, automatically wins and will determine the actual item class.


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