FMX.ActnList.IIsChecked.GetIsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsChecked: Boolean;

C++

virtual bool __fastcall GetIsChecked(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList IIsChecked

Description

Returns True if the control is on the ON state.

GetIsChecked is the getter method for the IsChecked property.

See Also