|
RAD Studio VCL Reference
|
System::TContainedObject implements the IInterface interface as an inner object in an aggregate.
TContainedObject = class(TAggregatedObject, IInterface);
class TContainedObject : public TAggregatedObject, public IInterface;
System::TContainedObject can be used as a base for classes that create inner, or contained, objects of an aggregate. In Delphi, use TComObject or its descendants to instantiate an outer object that supports aggregation.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|