JVCL Help:TJvCustomInspectorData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorData Class
[+] JvInspector.pas Classes
[+] TJvCustomInspectorData Methods
[+] TJvCustomInspectorData Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorData
TJvInspectorCustomConfData
TJvInspectorDBData
TJvInspectorEventData
TJvInspectorPropData
TJvInspectorSetMemberData
TJvInspectorVarData
run\JvInspector.pas
Summary
Base inspector data class.
Pascal
run\JvInspector.pas
TJvCustomInspectorData = class(TPersistent);
Description
TJvCustomInspectorData is the abstract base data class. It's the interface between the inspector and the data it inspects. The base class provides properties and method to access the data in various forms (much like a TField). In addition, each data class can have its own item registration database. This will provide a way to register different types based on the metadata the data instance can provide.
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