JVCL Help:TJvCustomInspector.RemoveNotifySort

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

Search in JVCL Help

 
Search in all projects
 

Summary

Removes an item from the sort request list.


Pascal

 procedureRemoveNotifySort(constItem: TJvCustomInspectorItem); virtual;


Parameters

Parameters Description
const Item: TJvCustomInspectorItem Description for this parameter


Description

RemoveNotifySort removes the specified item from the list of sort requests. If the item does not exist, RemoveNotifySort does nothing.


See Also

TJvCustomInspector.NotifySort


About

Notes

This method is usually called by the destructor of an item.


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