API:FMX.DateTimeCtrls.TTimeEdit.IsChecked

From RAD Studio API Documentation

Delphi

property IsChecked: Boolean read FIsChecked write SetIsChecked default 1;

C++

__property IsChecked = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TTimeEdit

Description

Specifies whether the checkbox that enables/disables this control is selected by default. {{#multireplace:FMX.DateTimeCtrls.TTimeEdit.IsChecked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.DateTimeCtrls.TCustomDateTimeEdit.IsChecked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.DateTimeCtrls.TCustomDateTimeEdit.IsChecked|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


Specifies whether the checkbox that enables/disables this control is selected by default.

When this property is True, the checkbox is selected at application start-up time.

See Also