RAD Studio VCL Reference
|
IInterface is the base class for all interfaces defined in Delphi code.
IInterface = interface;
__interface IInterface;
IInterface is the base interface for interfaces defined in Delphi code. When used in C++ code, IInterface is considered a child interface of IUnknown and IUnknown is considered the base interface for all interfaces.
typedef System::DelphiInterfaceDelphiInterface_object< IInterface > _di_IInterface;
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|