FMX.Pickers.IFMXPickerService
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:
- The TCustomDateTimePicker class defines date-time pickers.
- The TCustomListPicker class defines list pickers for the selection of string items.
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 |
|---|---|
Also, time picker is suported for Android and iOS:
| iOS | Android |
|---|---|