Vcl.StdCtrls.TRadioButton.GetChecked

From RAD Studio API Documentation

Delphi

function GetChecked: Boolean; override;

C++

virtual bool __fastcall GetChecked(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TRadioButton

Description

Returns whether the button control is checked. {{#multireplace:Vcl.StdCtrls.TRadioButton.GetChecked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.StdCtrls.TButtonControl.GetChecked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.StdCtrls.TButtonControl.GetChecked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns whether the button control is checked.

GetChecked is the read implementation of the Checked property.

See Also