API:Vcl.Forms.TCustomActiveForm

提供:RAD Studio API Documentation

TCustomActiveFormVcl.Forms.TCustomFormVcl.Forms.TScrollingWinControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject

Delphi

TCustomActiveForm = class(TCustomForm)

C++

class PASCALIMPLEMENTATION TCustomActiveForm : public TCustomForm

プロパティ

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

説明

TCustomForm は,フォームやダイアログボックスなどのウィンドウの派生元となる基本クラスです。 {{#multireplace:Vcl.Forms.TCustomActiveForm|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.Forms.TCustomForm|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.Forms.TCustomForm|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

関連項目