JVCL Help:TInspectorComponentFlag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorComponentFlag type
Search in JVCL Help
Search in all projectsSummary
Flags used for the TComponent type inspector items.
Pascal
run\JvInspector.pas
TInspectorComponentFlag = (
icfShowOwnerNames,
icfNoShowFirstOwnerName,
icfSortComponents,
icfSortOwners,
icfKeepFirstOwnerAsFirst
);
TInspectorComponentFlags = setof TInspectorComponentFlag;
Members
Members | Description |
icfShowOwnerNames | Indicates if owner names should be displayed. |
icfNoShowFirstOwnerName | Indicates whether the name of the first owner in the list should be suppressed. |
icfSortComponents | Indicates whether components are sorted alphabetically withing their owner. |
icfSortOwners | Indicates whether owners are sorted alphabetically. |
icfKeepFirstOwnerAsFirst | Indicates whether the first owner in the list should stay the first after sorting. |
Description
TInspectorComponentFlag are the available flags for TComponent type 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