JVCL Help:TJvInspectorVarData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorVarData Class
[+] JvInspector.pas Classes
[+] TJvInspectorVarData Methods
[+] TJvInspectorVarData Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorData
TJvInspectorVarData
run\JvInspector.pas
Summary
Variable data layer.
Pascal
run\JvInspector.pas
TJvInspectorVarData = class(TJvCustomInspectorData);
Description
TJvInspectorVarData is the inspector data layer that obtains its data from a simple variable or some value on the heap. The class implements all access properties, but the type info will be used to check the legality of the access (ie. a float can't be accessed as Int64).
The data layer provides its own item registration database.
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