JVCL Help:TJvInspector

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspector
TJvInspector
TJvDynControlRTTIInspectorControl
run\JvInspector.pas


Summary

Inspector control.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspector = class(TJvCustomInspector);


Description

  1. 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.

run\JvInspector.pas


See Also

__JVCL.Info.Inspector

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