FMX.ActnList.IIsChecked.IsCheckedStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCheckedStored: Boolean;

C++

virtual bool __fastcall IsCheckedStored(void) = 0 ;

Properties

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

Description

Determines whether the IsChecked property needs to be stored in the fmx-file.

When IsCheckedStored returns True, the IsChecked property needs to be stored in the fmx-file; usually when IsChecked contains a non-default value.

See Also