System.TCppInterfacedObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

class TCppInterfacedObject: public TInterfacedObject,

Properties

Type Visibility Source Unit Parent
class public systobj.h System System

Description

TCppInterfacedObject is identical to TInterfacedObject, except that IUnknown is already implemented.

Use TCppInterfacedObject instead of TInterfacedObject if you want the runtime to implement IUnknown methods.

See Also

Code Examples