FMX.CalendarEdit.TCalendarEdit.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate default 0;

C++

__property Date _DEPRECATED_ATTRIBUTE0  = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: Date is deprecated.

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

FMX.CalendarEdit.TCalendarEdit.Date inherits from FMX.CalendarEdit.TCustomCalendarEdit.Date. All content below this line refers to FMX.CalendarEdit.TCustomCalendarEdit.Date.

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