JVCL Help:TInspectorItemSortKind

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The sort types.

run\JvInspector.pas


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.

run\JvInspector.pas


Description

The TInspectorItemSortKind type defines the various sort types available. This type is used by the SortKind property of an inspector item.

run\JvInspector.pas


About

Navigation

no pages or subcategories

run\JvInspector.pas



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