API:Vcl.ExtCtrls.TCustomRadioGroup

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

Vcl.StdCtrls.TCustomGroupBoxVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomRadioGroup

Delphi

TCustomRadioGroup = class(TCustomGroupBox)

C++

class PASCALIMPLEMENTATION TCustomRadioGroup : public Vcl::Stdctrls::TCustomGroupBox

プロパティ

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

説明

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

Vcl.ExtCtrls.TCustomRadioGroup は Vcl.StdCtrls.TCustomGroupBox を継承しています。以下の内容はすべて Vcl.StdCtrls.TCustomGroupBox を参照しています。

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

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

関連項目