FMX.ListBox.TCustomComboBox.InitPicker

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InitPicker(AListPicker: TCustomListPicker); virtual;

C++

virtual void __fastcall InitPicker(Fmx::Pickers::TCustomListPicker* AListPicker);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

Description

Initializes a list picker.

InitPicker initializes the list picker provided with the AListPicker parameter.

See Also