TCompare Delegate
Definition
Delphi
type TCompare = function(self: Pointer; const left; const right): Integer
Parameters
- self
- Pointer
- left
- Void
- right
- Void
Returns
Integer
type TCompare = function(self: Pointer; const left; const right): Integer