Vcl.AxCtrls.TPropertyPage.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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) { }

プロパティ

種類 可視性 ソース ユニット
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPage

説明

CreateTPropertyPage のインスタンスを作成します。

実行時にプロパティページをインスタンス化するには,Create を呼び出します。設計時にデータモジュールに追加されたプロパティページは自動的に作成されます。単一の Component を引数として渡すと,プロパティページを解放する権限を持つ Owner をプロパティページに割り当てることができます。

Create は,プロパティページが使用するヘルパーオブジェクトをインスタンス化します。