Vcl.AxCtrls.TActiveXControl.Create
Delphi
constructor Create;
C++
__fastcall TActiveXControl(void);
__fastcall TActiveXControl(const System::_di_IInterface Controller);
__fastcall TActiveXControl(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 | TActiveXControl |
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.TActiveXControl.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.