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.
TPickerFactoryServiceThis class implements the methods declared in the IFMXPickerService interface.
TPickerPlacementHelper

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.
TPickerPlacement