JVCL Help:TJvInspectorClassItem
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorClassItem Class
[+] JvInspector.pas Classes
[+] TJvInspectorClassItem Events
[+] TJvInspectorClassItem Methods
[+] TJvInspectorClassItem Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomInspectorItem
TJvInspectorClassItem
TJvInspectorComponentItem
TJvInspectorFontItem
run\JvInspector.pas
Summary
Class inspector item.
Pascal
run\JvInspector.pas
TJvInspectorClassItem = class(TJvCustomInspectorItem);
Description
TJvInspectorClassItem is an inspector item that allows class values to be edited. The item provides two properties that control the way the value can be edited. You can specify that instance members are to be created as child items and/or if the value is assignable.
- To specify the item is assignable, specify the iifValueList in the Flags property and assign a handler to the OnGetValueList event.
- To specify the assigned classes properties should be shown, set the CreateClassMembers property toTrue.
TJvCustomInspectorData registers this item for the class type.
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