JVCL Help:TJvInspectorClassItem

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorItem
TJvInspectorClassItem
TJvInspectorComponentItem
TJvInspectorFontItem
run\JvInspector.pas


Summary

Class inspector item.

run\JvInspector.pas


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.

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