JVCL Help:TJvInspectorTMethodItem.SortInstances

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

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether instances are grouped alphabetically.


Pascal

 propertySortInstances: Boolean;


Description

SortInstances indicates whether or not the instance list is sorted alphabetically before adding handlers.
Sorting handlers can be controlled separately through the SortMethods property. In addition, if KeepFirstInstnaceAsFirst is set to True, the first instance of the list (Instances[0]) will always be the first in the list.
SortInstances maps to the imfSortInstances flag in the ItemTMethodFlags property.


See Also

TJvInspectorTMethodItem.Instances, TJvInspectorTMethodItem.ItemTMethodFlags, TJvInspectorTMethodItem.KeepFirstInstanceAsFirst, TJvInspectorTMethodItem.SortMethods


About

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