JVCL Help:TJvCustomInspector.SortNotificationList
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.SortNotificationList Property
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
List of items that need to be resorted.
Pascal
propertySortNotificationList: TList;
Description
SortNotificationList holds a list of items that need to be resorted when updates are no longer blocked. An item is added to this list when NotifySort is called, updates are blocked, and the item isn't already in the list. When EndUpdate decreases the LockCount to 0, the items will be resorted, after which the VisibleItems array will be rebuild.
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