JVCL Help:TJvInspector
JVCL Help: TJvInspector Class
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspector
TJvInspector
TJvDynControlRTTIInspectorControl
run\JvInspector.pas
Summary
Inspector control.
Pascal
run\JvInspector.pas
TJvInspector = class(TJvCustomInspector);
Description
- JVCLInfo
TJvInspector is an inspector control. The inspector control is responsible of displaying and navigating the data tree. The control is completely separated from the editing layer and the editing layer is completely separated from the data layer. This means the control is able to "inspect" a wide variety of data types, without the need of creating a new descendant of the inspector control. It also means you can mix various data sources in one view. The control does not handle the painting itself. This is left to a painter object.
See Also
__JVCL.Info.Inspector
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