API:FMX.Calendar.TCalendar.Date

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Date: TDate read GetDate write SetDate default 0;

C++

__property Date = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCalendar

Description

Represents the current selected date as a TDate.

FMX.Calendar.TCalendar.Date inherits from FMX.Calendar.TCustomCalendar.Date. All content below this line refers to FMX.Calendar.TCustomCalendar.Date.

Represents the current selected date as a TDate.

See Also