JVCL Help:TInspectorItemFlag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorItemFlag type
Search in JVCL Help
Search in all projectsSummary
Item flags
Pascal
run\JvInspector.pas
TInspectorItemFlag = (
iifReadonly,
iifHidden,
iifExpanded,
iifVisible,
iifQualifiedNames,
iifAutoUpdate,
iifMultiLine,
iifValueList,
iifAllowNonListValues,
iifOwnerDrawListFixed,
iifOwnerDrawListVariable,
iifEditButton,
iifEditFixed,
iifOwnerDrawListMaxHeight
);
TInspectorItemFlags = setof TInspectorItemFlag;
Members
Members | Description |
iifReadonly | Indicates whether or not the item is read-only. |
iifHidden | Hidden means that the item itself is never shown, but its sub items can be, depending on the iifExpanded and iifVisible flags. |
iifExpanded | The item's Expanded property maps directly onto this flag. |
iifVisible | The Visible property maps directly onto this flags. |
iifQualifiedNames | ParentName.ChildName). |
iifAutoUpdate | Any change to the edit control is immediately applied to the underlying data object. |
iifMultiLine | Indicates whether or not the item is a multiline edit. |
iifValueList | uses a combo box to edit the value). |
iifAllowNonListValues | This value is only of use when iifValueList is also specified. |
iifOwnerDrawListFixed | This flag can only be used when iifValueList is also specified. In addition, this flag and iifOwnerDrawListVariable are mutually exclusive (this is handled by the item itself). |
iifOwnerDrawListVariable | This flag can only be used when iifValueList is also specified. In addition, this flag and iifOwnerDrawListFixed are mutually exclusive (this is handled by the item itself). |
iifEditButton | The item uses an edit button to perform additional editing functionality. |
iifEditFixed | This flag is useful when you need an edit button to do the editing but the value should not be directly editable. |
iifOwnerDrawListMaxHeight | Description for iifOwnerDrawListMaxHeight |
Description
TInspectorItemFlag is the flag type for 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