FMX.ActnList.IIsChecked.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked: Boolean read GetIsChecked write SetIsChecked;

C++

__property bool IsChecked = {read=GetIsChecked, write=SetIsChecked};

Properties

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

Description

The IsChecked property is True if the control is on the ON state.

IsChecked uses GetIsChecked and SetIsChecked as getter and setter method respectively.

See Also