FMX.DateTimeCtrls.TTimeEdit.IsChecked

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsChecked;

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.

FMX.DateTimeCtrls.TTimeEdit.IsChecked inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.IsChecked. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.IsChecked.


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