FMX.DateTimeCtrls.TCustomDateTimeEdit.IsChecked
Delphi
property IsChecked: Boolean read FIsChecked write SetIsChecked default True;
C++
__property bool IsChecked = {read=FIsChecked, write=SetIsChecked, default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | TCustomDateTimeEdit |
Description
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.