Vcl.Forms.TCustomForm
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 オブジェクトなど,ほかのオブジェクトを入れることができます。