API:FMX.Pickers
Classes
| EFeatureError | |
| IFMXPickerService | Platform service to manage system picker controls. |
| TCustomDateTimePicker | The picker for choosing date and/or time. |
| TCustomListPicker | The picker for choosing a string from a list of string items. |
| TCustomPicker | Base class for creating pickers. |
| TDatePickerShowModeHelper | For internal use. TDatePickerShowModeHelper is a record helper that provides fields for a scoped enumeration, the FMX.Pickers.TDatePickerShowMode type. |
| TDropDownKindHelper | For internal use. TDropDownKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.Pickers.TDropDownKind type. |
| TPickerFactoryService | This class implements the methods declared in the IFMXPickerService interface. |
Types
| _di_IFMXPickerService | Represents the DelphiInterface of IFMXPickerService. |
| TDatePickerShowMode | Specifies the display mode of the Date-Time picker. |
| TDropDownKind | Defines whether to use TCustomListPicker pickers providing platform-specific drop-down lists to select string items. |
| TOnDateChanged | The method pointer type used to define date and time changing events for date and time pickers. |
| TOnValueChanged | The method pointer type used to define value-changing events of platform-specific pickers for a string item selection from drop-down list controls. |