API:Vcl.ExtCtrls.TRadioGroup

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ExtCtrls.TCustomRadioGroupVcl.StdCtrls.TCustomGroupBoxVcl.Controls.TCustomControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTRadioGroup

Delphi

TRadioGroup = class(TCustomRadioGroup)

C++

class PASCALIMPLEMENTATION TRadioGroup : public TCustomRadioGroup

Properties

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

Description

TCustomRadioGroup is the base class for radio-group components.

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

TCustomRadioGroup is the base class for radio-group components.

Radio groups are collections of radio buttons in a single group box. TCustomRadioGroup is the class from which radio-group components—including TRadioGroup and TDBRadioGroup—descend.

Radio buttons that are contained directly in the same control component are said to be "grouped." When the user checks a radio button, all other radio buttons in its group become unchecked. Hence, two radio buttons on a form can be checked at the same time only if they are placed in separate containers, such as group boxes.

See Also