API:Vcl.ExtCtrls.TCustomRadioGroup

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
class public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Description

TCustomGroupBox is the base class for all group-box components.

Vcl.ExtCtrls.TCustomRadioGroup inherits from Vcl.StdCtrls.TCustomGroupBox. All content below this line refers to Vcl.StdCtrls.TCustomGroupBox.

TCustomGroupBox is the base class for all group-box components.

Group boxes are visual components that act as containers for sets of related controls, such as radio buttons. Group boxes may also contain other group boxes. TCustomGroupBox is the class from which all group-box components—including TGroupBox, TRadioGroup, and TDBRadioGroup—descend.

See Also