Vcl.WinXCalendars.TCustomCalendarPicker.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsEmpty: Boolean read GetIsEmpty write SetIsEmpty default True;

C++

__property bool IsEmpty = {read=GetIsEmpty, write=SetIsEmpty, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCustomCalendarPicker

Description

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