Vcl.Forms.TCustomForm

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

Vcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomForm

Delphi

TCustomForm = class(TScrollingWinControl)

C++

class PASCALIMPLEMENTATION TCustomForm : public TScrollingWinControl

プロパティ

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

説明

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

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

関連項目