Vcl.StdCtrls.TButtonControl.GetChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChecked: Boolean; virtual;

C++

virtual bool __fastcall GetChecked();

Properties

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

Description

Returns whether the button control is checked.

GetChecked is the read implementation of the Checked property.

See Also