API:FMX.DateTimeCtrls.TTimeEdit.IsChecked
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.
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.