API:Vcl.AxCtrls.TPropertyPage

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

Vcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPropertyPage

Delphi

TPropertyPage = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TPropertyPage : public Vcl::Forms::TCustomForm

プロパティ

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

説明

TCustomForm は,フォームやダイアログボックスなどのウィンドウの派生元となる基本クラスです。

Vcl.AxCtrls.TPropertyPage は Vcl.Forms.TCustomForm を継承しています。以下の内容はすべて Vcl.Forms.TCustomForm を参照しています。

TCustomForm は,フォームやダイアログボックスなどのウィンドウの派生元となる基本クラスです。

カスタムウィンドウを作成するには,TCustomForm クラスから派生させます。TCustomForm の下位オブジェクトには,TButton,TCheckBox,TComboBox オブジェクトなど,ほかのオブジェクトを入れることができます。

関連項目