Vcl.AxCtrls.TPropertyPage.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TPropertyPage(System::Classes::TComponent* AOwner);
/* TCustomForm.CreateNew */ inline __fastcall virtual TPropertyPage(System::Classes::TComponent* AOwner, int Dummy) : Vcl::Forms::TCustomForm(AOwner, Dummy) { }
/* TWinControl.CreateParented */ inline __fastcall TPropertyPage(HWND ParentWindow) : Vcl::Forms::TCustomForm(ParentWindow) { }

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPage

Description

Creates an instance of TPropertyPage.

Call Create to instantiate a property page at runtime. Property pages added at design time are created automatically. Pass a single Component as an argument to assign the property page an owner that is responsible for freeing the property page.

Create instantiates the helper objects used by the property page.