API:System.IComparable.CompareTo
Delphi
function CompareTo(Obj: TObject): Integer;
function CompareTo(Value: T): Integer;
C++
virtual int __fastcall CompareTo(TObject* Obj) = 0 ;
HIDESBASE virtual int __fastcall CompareTo(T Value) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.pas System.hpp |
System | IComparable |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!