API:Vcl.AxCtrls.TActiveXControl.Initialize
Delphi
procedure Initialize; override;
C++
virtual void __fastcall Initialize();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | TActiveXControl |
Description
Provides an interface to a method that initializes the Automation object.
Vcl.AxCtrls.TActiveXControl.Initialize inherits from System.Win.ComObj.TAutoObject.Initialize. All content below this line refers to System.Win.ComObj.TAutoObject.Initialize.
Provides an interface to a method that initializes the Automation object.
Initialize currently does nothing. Descendant Automation objects can override Initialize to provide some post-creation initialization of the object.