Vcl.AxCtrls.TPropertyPageImpl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const Controller: IInterface);

C++

__fastcall TPropertyPageImpl(const System::_di_IInterface Controller);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPageImpl

Description

Instantiates an aggregated object.

Vcl.AxCtrls.TPropertyPageImpl.Create inherits from System.TAggregatedObject.Create. All content below this line refers to System.TAggregatedObject.Create.

Instantiates an aggregated object.

Call Create to instantiate an aggregated object at run time.

Create allocates memory for an aggregated object and sets the Controller property to the Controller parameter passed to it. The Controller is the controlling interface of the aggregate. All other interfaces implemented in the aggregate delegate IInterface method calls to this Controller.

See Also