TInterfaceBase Class

Provides a non-reference-counted System|IInterface implementation.

Namespace: Spring
TObject
  Spring.TInterfaceBase
type
 TInterfaceBase = class abstract(TObject, IInterface)
 end;

The TInterfaceBase type exposes the following members.

Show:
 NameDescription
QueryInterface(TGUID,Void)

Represents method QueryInterface(TGUID,Void).

_AddRef

Represents method _AddRef.

_Release

Represents method _Release.

Top