FMX.Pickers.IFMXPickerService.CreateListPicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateListPicker: TCustomListPicker;

C++

virtual TCustomListPicker* __fastcall CreateListPicker() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers IFMXPickerService

Description

Declares the method creating and initialing the platform-specific control element for the selection of a string item from a drop-down list control.

The List picker provides platform-native behavior and view of a control supporting the selection of a string item from a drop-down list control containing a string list. For example, the TComboBox control under Windows 8 can center the drop-down string list on the selected element:

Centered List for date selection

See Also