JVCL Help:TJvCustomInspectorData

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorData
TJvInspectorCustomConfData
TJvInspectorDBData
TJvInspectorEventData
TJvInspectorPropData
TJvInspectorSetMemberData
TJvInspectorVarData
run\JvInspector.pas


Summary

Base inspector data class.

run\JvInspector.pas


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.

run\JvInspector.pas


About

Navigation

run\JvInspector.pas



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