FMX.Pickers.IFMXPickerService.CreateDateTimePicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateDateTimePicker: TCustomDateTimePicker;

C++

virtual TCustomDateTimePicker* __fastcall CreateDateTimePicker() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers IFMXPickerService

Description

Declares the method creating and initialing the platform-specific control element for date and time selection.

The Date-Time picker provides platform-native behavior and view of a date and time selecting control. For example, Windows and MacOS provide the standard calendar control for a date selection, but iOS provides the rotating wheel controls for date selection:

Rotating wheels for date selection

See Also