System.TCppInterfacedObject
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.