FMX.Calendar.TCustomCalendar.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.Calendar.pas
FMX.Calendar.hpp
FMX.Calendar TCustomCalendar

Description

Represents the current selected date as a TDate.

See Also