API:FMX.Pickers

From RAD Studio API Documentation
Jump to: navigation, search

Classes

EFeatureError
IFMXPickerServicePlatform service to manage system picker controls.
TCustomDateTimePickerThe picker for choosing date and/or time.
TCustomListPickerThe picker for choosing a string from a list of string items.
TCustomPickerBase class for creating pickers.
TDatePickerShowModeHelperFor internal use. TDatePickerShowModeHelper is a record helper that provides fields for a scoped enumeration, the FMX.Pickers.TDatePickerShowMode type.
TDropDownKindHelperFor internal use. TDropDownKindHelper is a record helper that provides fields for a scoped enumeration, the FMX.Pickers.TDropDownKind type.
TPickerFactoryServiceThis class implements the methods declared in the IFMXPickerService interface.

Types

TDatePickerShowModeSpecifies the display mode of the Date-Time picker.
TDropDownKindDefines whether to use TCustomListPicker pickers providing platform-specific drop-down lists to select string items.
TOnDateChangedThe method pointer type used to define date and time changing events for date and time pickers.
TOnValueChangedThe method pointer type used to define value-changing events of platform-specific pickers for a string item selection from drop-down list controls.