FMX.DateTimeCtrls.TCustomDateTimeEdit.IsEmpty
Delphi
property IsEmpty: Boolean read FIsEmpty write SetIsEmpty default False;
C++
__property bool IsEmpty = {read=FIsEmpty, write=SetIsEmpty, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | TCustomDateTimeEdit |
Description
Specifies whether the control data is empty.
When this property is set to True, the control does not display the date or time. However, when you start entering the date or time, this property is reset to false.