FMX.ListBox.TListBoxSelectorFactory.CreateSelector

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateSelector(const ListBox: TCustomListBox; const MultiSelectStyle: TMultiSelectStyle): TListBoxSelector;

C++

__classmethod TListBoxSelector* __fastcall CreateSelector(TCustomListBox* const ListBox, const TMultiSelectStyle MultiSelectStyle);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelectorFactory

Description

Creates a TListBoxSelector of type MultiSelectStyle and assigns that TListBoxSelector to the provided ListBox.

See Also