Vcl.StdCtrls.TCustomGroupBox

提供:RAD Studio API Documentation

エラー: 画像が無効、または存在しません。

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 など)の派生元となるクラスです。

関連項目