API:Vcl.AxCtrls.TActiveXPropertyPage.Initialize

From RAD Studio API Documentation
Jump to: navigation, search

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 TActiveXPropertyPage

Description

Provides an interface to a method that initializes the COM object.

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

Provides an interface to a method that initializes the COM object.

Initialize currently does nothing. Descendant COM objects can override Initialize to provide some post-creation initialization of the object.

See Also