FMX.ExtCtrls.TCalendarBox
From RAD Studio API Documentation
Delphi
TCalendarBox = class (TCalendarEdit)
C++
class PASCALIMPLEMENTATION TCalendarBox : public TCalendarEdit
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | FMX.ExtCtrls |
Description
Warning: TCalendarBox is deprecated. Please use TCalendarEdit.
Represents a single-line text box, containing a date specified by a drop-down TCalendar control.
Use the Date or Calendar property to modify the date that is shown in the text box of the control. Modifying one of the properties will result in updating the other, so that both properties indicate the same date.
Note: The TCalendar control supports dates between December 30, 1899 and December 31, 9999.