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

Description

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

FMX.DateTimeCtrls.TDateEdit.Date inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.Date. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.Date.

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

See Also