Skip to content

IInterface

Chua Chee Wee edited this page Oct 24, 2020 · 4 revisions

Description

IUnknown is an alias to IInterface in Delphi. See Inheritance and Interfaces.

Hierarchy

In Delphi, IInterface is the root of all interfaces. For C++, see Inheritance and Interfaces.

Methods

Method Description
QueryInterface Indicates the number of interface pointers currently dependent upon the object. See also System.TInterfacedObject.RefCount.
_AddRef Indicates that the caller is using this interface and to increase its reference count. See also System.TInterfacedObject._AddRef.
_Release Indicates that the caller is finished using this interface and to release its reference count. See also System.TInterfacedObject._Release.

Properties

There are no properties.

Clone this wiki locally