Vcl.WinXCalendars.TCalendarPicker.IsEmpty

From RAD Studio API Documentation

Delphi

property IsEmpty: Boolean read GetIsEmpty write SetIsEmpty default 1;

C++

__property IsEmpty = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarPicker

Description

Indicates whether there is a selected date in the picker. Vcl.WinXCalendars.TCalendarPicker.IsEmpty inherits from Vcl.WinXCalendars.TCustomCalendarPicker.IsEmpty. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarPicker.IsEmpty.

Indicates whether there is a selected date in the picker.

Use the IsEmpty property to determine whether there is a selected date in the picker.

See Also