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

Initializes the instance of a Initialize descendant.

Override the Initialize method to initialize an instance of a TPropertyPage descendant before it is used.

See Also