Vcl.StdCtrls.TCustomCheckBox.GetChecked
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 | 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.