FMX.DateTimeCtrls.TCustomDateTimeEdit.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.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomDateTimeEdit

Description

Represents the date that is shown in the text box of the TDateEdit control.

See Also