System._di_IComparable

From RAD Studio API Documentation
Jump to: navigation, search


C++

typedef System::DelphiInterface<IComparable> _di_IComparable;

Properties

Type Visibility Source Unit Parent
typedef public System.hpp System System

Description

Delphi interface of IComparable.

You can use _di_IComparable to refer a comparable object in C++ code.

See Also