FMX.DateTimeCtrls.TDateEdit

Delphi
TDateEdit = class(TCustomDateEdit)
C++
class PASCALIMPLEMENTATION TDateEdit : public TCustomDateEdit
Contents
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | FMX.DateTimeCtrls |
Description
Represents a single-line editable text box containing a date.
When you click or tap the TDateEdit control, it displays a date picker that allows you to select a date. For more information, see Using Pickers to Provide Platform-Specific Behavior and View of Selection Controls.
See Also
- Using Pickers to Provide Platform-Specific Behavior and View of Selection Controls
- TTimeEdit
- Mobile Tutorial: Using a Calendar Component to Pick a Date (iOS and Android)
- Mobile Code Snippets
Samples
- Date Picker sample