JVCL Help:TJvCustomInspectorItem.DoCompare

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

Search in JVCL Help

 
Search in all projects
 

Summary

Compares this item with another using the OnCompare event.


Pascal

 functionDoCompare(constItem: TJvCustomInspectorItem): Integer; virtual;


Parameters

Parameters Description
const Item: TJvCustomInspectorItem Description for this parameter


Description

DoCompare uses the handler assigned to the OnCompare event to compare the item with a specified other item.
If no handler is assigned, the method will return 0. Otherwise the result of the OnCompare handler is returned.


See Also

TJvCustomInspectorItem.DataSort, TJvCustomInspectorItem.OnCompare, TJvCustomInspectorItem.SortKind


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