FMX.Pickers.TPickerFactoryService.DoCreateListPicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoCreateListPicker: TCustomListPicker; virtual; abstract;

C++

virtual TCustomListPicker* __fastcall DoCreateListPicker() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TPickerFactoryService

Description

Declares the method to create and initialize the platform-specific control element for the selection of a string item from a drop-down list control containing a string list.

FireMonkey implements the DoCreateListPicker method in platform-specific units like FMX.Pickers.Default or FMX.Pickers.iOS.

DoCreateListPicker is called from CreateListPicker.

See Also