Vcl.StdCtrls.TCustomGroupBox

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

Vcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomGroupBox

Delphi

TCustomGroupBox = class(TCustomControl)

C++

class PASCALIMPLEMENTATION TCustomGroupBox : public Vcl::Controls::TCustomControl

プロパティ

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

説明

TCustomGroupBox は,すべてのグループボックスコンポーネントの基本クラスです。

グループボックスはビジュアルコンポーネントであり,ラジオボタンなどの関連するコントロールの組み合わせを格納するコンテナとして機能します。グループボックスには,ほかのグループボックスを入れることもできます。TCustomGroupBox は,すべてのグループボックスコンポーネント(TGroupBox,TRadioGroup,TDBRadioGroup など)の派生元となるクラスです。

関連項目