Vcl.AxCtrls.TPropertyPageImpl.InitPropertyPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitPropertyPage; virtual;

C++

virtual void __fastcall InitPropertyPage();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPageImpl

Description

Initializes the associated property page.

Do not call InitPropertyPage, TActiveXPropertyPage calls this method after creating both the TPropertyPage and TPropertyPageImpl objects. It sets the TPropertyPageImpl's PropertyPage property, and then calls InitPropertyPage. InitPropertyPage sets an internal field of TPropertyPage so that the TPropertyPage can locate its associated TPropertyPageImpl. In addition, InitPropertyPage initializes some properties on the property page.

See Also