JVCL Help:TInspectorClassFlag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorClassFlag type
Search in JVCL Help
Search in all projectsSummary
Flags used for class type inspector items.
Pascal
run\JvInspector.pas
TInspectorClassFlag = (
icfCreateMemberItems,
icfShowClassName,
icfRenderAsCategory
);
TInspectorClassFlags = setof TInspectorClassFlag;
Members
Members | Description |
icfCreateMemberItems | Create member items for the class instance. |
icfShowClassName | Show the class name, instead of the default component name. |
icfRenderAsCategory | Description for icfRenderAsCategory |
Description
TInspectorClassFlag holds the flags for class type inspector items.
About
no pages or subcategories
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