JVCL Help:TJvCustomInspectorItem.BuildDisplayableList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.BuildDisplayableList Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Retrieves a list of displayable sub items.
Pascal
procedureBuildDisplayableList(constItemList: TList); virtual;
Parameters
Parameters | Description |
const ItemList: TList | The list to retrieve the items in. |
Description
BuildDisplayableList will fill the specified list with sub items that have this items as their DisplayParent. On entry the list is not cleared.
BuildDisplayableList is used by all sorting mechanism to retrieve the list of items to be sorted (eg. AlphaSort calls BuildDisplayableList to retrieve a list of displayable items, sort the list alphabetically by name and calls ApplyDisplayIndices to save that order).
See Also
TJvCustomInspectorItem.ApplyDisplayIndices
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