System.TCppAggregatedObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

class TCppAggregatedObject: public TAggregatedObject,

Properties

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

Description

TCppAggregatedObject is identical to TAggregatedObject, except that IUnknown is already implemented.

Use TCppAggregatedObject instead of TAggregatedObject if you want the runtime to implement IUnknown methods.

See Also