JVCL Help:TJvCustomInspector.NotifySort

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

Search in JVCL Help

 
Search in all projects
 

Summary

Places an item into the sort request list.


Pascal

 procedureNotifySort(constItem: TJvCustomInspectorItem); virtual;


Parameters

Parameters Description
const Item: TJvCustomInspectorItem Description for this parameter


Description

NotifySort adds the specified item to the list of sort requests if it's not in the list already and LockCount <> 0. If LockCount is 0, the item's Sort method is called.
The sort requests are handled when EndUpdate is called and the lock count reaches 0.


See Also

TJvCustomInspector.BeginUpdate, TJvCustomInspector.EndUpdate, TJvCustomInspector.RemoveNotifySort, TJvCustomInspector.SortNotificationList, TJvCustomInspectorItem.Sort


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