JVCL Help:TInspectorItemSortKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TInspectorItemSortKind type
Search in JVCL Help
Search in all projectsSummary
The sort types.
Pascal
run\JvInspector.pas
TInspectorItemSortKind = (
iskNone,
iskName,
iskManual,
iskCustom
);
Members
Members | Description |
iskNone | All items are displayed in the order they are added. |
iskName | Items are sorted alphabetically by their DisplayName. |
iskManual | Items are sorted by their DisplayIndex. |
iskCustom | Items are sorted using an OnCompare event to determine the order. |
Description
The TInspectorItemSortKind type defines the various sort types available. This type is used by the SortKind property of an 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