JVCL Help:TInspectorTMethodFlag
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorTMethodFlag type
Search in JVCL Help
Search in all projectsSummary
Flags used for the TMethod (event) type inspector items.
Pascal
run\JvInspector.pas
TInspectorTMethodFlag = (
imfShowInstanceNames,
imfNoShowFirstInstanceName,
imfSortMethods,
imfSortInstances,
imfKeepFirstInstanceAsFirst
);
TInspectorTMethodFlags = setof TInspectorTMethodFlag;
Members
Members | Description |
imfShowInstanceNames | Indicates if instance names should be displayed. |
imfNoShowFirstInstanceName | Indicates whether the name of the first instance in the list should be suppressed. |
imfSortMethods | Indicates whether event handlers are sorted alphabetically within their owner. |
imfSortInstances | Indicates whether instances are sorted alphabetically. |
imfKeepFirstInstanceAsFirst | Indicates whether the first instance in the list should stay the first after sorting. |
Description
TInspectorTMethodFlag are the available flags for TMethod (event handlers) 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