FMX.ListView.TListViewBase.AllowSelection

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property AllowSelection: Boolean read FAllowSelection write FAllowSelection default True;

C++

__property bool AllowSelection = {read=FAllowSelection, write=FAllowSelection, default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase


Description

Spécifie si les éléments sont sélectionnables.

La propriété AllowSelection spécifie si les éléments utilisés sont sélectionnables.

Conseil : Si les éléments ne sont pas sélectionnables, vous pouvez toujours cliquer sur les contrôles incorporés.

Voir aussi