FMX.DateTimeCtrls.TDateEdit.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsEmpty: Boolean read FIsEmpty write SetIsEmpty default 0;

C++

__property IsEmpty = {default=0};

Properties

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

Description

Specifies whether the control data is empty.

FMX.DateTimeCtrls.TDateEdit.IsEmpty inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.IsEmpty. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.IsEmpty.

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.