JVCL Help:TJvCustomInspectorItem.UpdateDisplayOrder
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.UpdateDisplayOrder Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Moves the item to another position.
Pascal
procedureUpdateDisplayOrder(constItem: TJvCustomInspectorItem; constNewIndex: Integer); virtual;
Parameters
Parameters | Description |
const Item: TJvCustomInspectorItem | Item to change the DisplayIndex of. |
const NewIndex: Integer | New index at which the item is to be displayed. |
Description
UpdateDisplayOrder moves the item to another place in its visibility order. All items between the old and new index will be moved accordingly.
UpdateDisplayOrder is called whenever the DisplayIndex property of the item is changed.
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