FMX.Pickers.IFMXPickerService

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFMXPickerService = interface(IInterface)

C++

__interface  INTERFACE_UUID("{AE1A8D3C-D5FE-4343-A7B0-2AAEDA3ABB8A}") IFMXPickerService  : public System::IInterface

Properties

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

Description

Platform service to manage system picker controls.

IFMXPickerService provides two types of pickers:

You can use CreateDateTimePicker and CreateListPicker to create instances of TCustomDateTimePicker and TCustomListPicker, respectively.

For example, Windows and OS X provide the standard calendar control for date selection, but iOS and Android provide specific controls for date selection:

iOS Android
Rotating wheels for date selection FMX Android DateTimePicker.png

Also, time picker is suported for Android and iOS:

iOS Android
Time Picker iOS.png Time Picker Android.png

See Also