FMX.Pickers.TCustomDateTimePicker

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Pickers.TCustomPickerSystem.TObjectTCustomDateTimePicker

Delphi

TCustomDateTimePicker = class abstract(TCustomPicker)

C++

class PASCALIMPLEMENTATION TCustomDateTimePicker : public TCustomPicker

Properties

Type Visibility Source Unit Parent
class public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers FMX.Pickers

Description

The picker for choosing date and/or time.

TCustomDateTimePicker provides basic functionality for date selection:

  • Setting the display mode for the picker: to show date, time or both.
  • Obtaining/setting the date and/or time of the picker.
  • Setting the date on the current picker object as the current system date.
  • Setting/retrieving the first day of the week.
  • Displaying, on the left side of the picker object, the week number corresponding to the number of weeks in the current year.

See Also