API:Vcl.DBCtrls.TDBRadioGroup

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TDBRadioGroup = class(TCustomRadioGroup)

C++

class PASCALIMPLEMENTATION TDBRadioGroup : public Vcl::Extctrls::TCustomRadioGroup

Properties

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

Description

TCustomRadioGroup is the base class for radio-group components.

Vcl.DBCtrls.TDBRadioGroup 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