Show: Delphi
C++
Display Preferences
FMX.ExtCtrls.TCalendar
From XE3 API Documentation
Delphi
TCalendar = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TCalendar : public Fmx::Types::TStyledControl
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | FMX.ExtCtrls |
Description
TCalendar is a basic control for displaying a month calendar.
Use TCalendar in order to display a calendar for one month, where the user can select the day and browse for a month and year. TCalendar stores the date as a TDateTime object, which can be accessed by the DateTime property. Changing DateTime will update the control.
Note: The TCalendar control supports dates between December 30, 1899 and December 31, 9999.
Design Images
| Image | Description |
|---|---|
| |
|

