FMX.Pickers.TPickerFactoryService.DoCreateDateTimePicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateDateTimePicker: TCustomDateTimePicker; virtual; abstract;

C++

virtual TCustomDateTimePicker* __fastcall DoCreateDateTimePicker() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TPickerFactoryService

Description

Declares the method to create and initialize the platform-specific control element for date and time selection.

FireMonkey implements the DoCreateDateTimePicker method in platform-specific units like FMX.Pickers.Default or FMX.Pickers.iOS.

DoCreateDateTimePicker is called from CreateDateTimePicker.

See Also