FMX.Pickers.TCustomListPicker.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const APickerService: TPickerFactoryService); override;

C++

__fastcall virtual TCustomListPicker(TPickerFactoryService* const APickerService);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.Pickers.pas
FMX.Pickers.hpp
FMX.Pickers TCustomListPicker

Description

Creates and initializes a TCustomListPicker object.

Create calls the inherited constructor of the ancestor TCustomPicker class and additionally allocates memory to store a string list storing string items from which the selection is made.

See Also