FMX.CalendarEdit.TCustomCalendarEdit.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate;

C++

__property System::TDate Date = {read=GetDate, write=SetDate};

Properties

Type Visibility Source Unit Parent
property public
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCustomCalendarEdit

Description

Represents the date that is shown in the text control of the parent object.

Modify the Date property to change the date that is shown in the text control of the parent object.

Note: Modifying the Date property will also modify the Calendar.Date property.

See Also