API:Vcl.StdCtrls.TCustomCheckBox.GetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChecked: Boolean; override;

C++

virtual bool __fastcall GetChecked();

Properties

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

Description

Returns whether the button control is checked.

Vcl.StdCtrls.TCustomCheckBox.GetChecked inherits from Vcl.StdCtrls.TButtonControl.GetChecked. All content below this line refers to Vcl.StdCtrls.TButtonControl.GetChecked.

Returns whether the button control is checked.

GetChecked is the read implementation of the Checked property.

See Also