FMX.ListBox.TListBoxSelectorFactory.CreateSelector

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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


Description

Crée un TListBoxSelector du type MultiSelectStyle et assigne ce TListBoxSelector au ListBox fourni.

Voir aussi