API:Vcl.Forms.TForm

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

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

Delphi

TForm = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TForm : public TCustomForm

プロパティ

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

説明

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

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

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

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

関連項目