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 the value of the Checked property.

GetChecked is the protected implementation of the Checked property. Override this method and the SetChecked method to change the Checked property in descendant classes.

See Also