Vcl.AxCtrls.TActiveFormControl.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TActiveFormControl();
__fastcall TActiveFormControl(const System::_di_IInterface Controller);
__fastcall TActiveFormControl(System::Win::Comobj::TComObjectFactory* Factory, const System::_di_IInterface Controller);

Properties

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

Description


Instantiates a COM object that is not part of an aggregate.

Instantiates a COM object that is not part of an aggregate.

Vcl.AxCtrls.TActiveFormControl.Create inherits from System.Win.ComObj.TComObject.Create. All content below this line refers to System.Win.ComObj.TComObject.Create.

Instantiates a COM object that is not part of an aggregate.

Call Create to instantiate a COM object that is not part of an aggregate, at runtime.

Create allocates memory for a COM object, and then directly calls the CreateFromFactory constructor, passing it nil as the Controller parameter to indicate that the COM object is not being created as part of an aggregate.

See Also