JVCL Help:TInspectorSetFlag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorSetFlag type
Search in JVCL Help
Search in all projectsSummary
Set item flags.
Pascal
run\JvInspector.pas
TInspectorSetFlag = (
isfEditString,
isfCreateMemberItems,
isfRenderAsCategory
);
TInspectorSetFlags = setof TInspectorSetFlag;
Members
Members | Description |
isfEditString | Indicates the string representing the set value can be edited. |
isfCreateMemberItems | Indicates that for each item in the set, a member item is created as a boolean value. |
isfRenderAsCategory | Setting this flag will always create a boolean item for each member of the set, regardless of the isfCreateMemberItems flag. |
Description
TInspectorSetFlag holds the flags for set inspector item.
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