Vcl.StdActns.TBrowseForFolder.SelectionCount

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property SelectionCount: Integer read GetSelectionCount;

C++

__property int SelectionCount = {read=GetSelectionCount, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder


Description

Le nombre de dossiers sélectionnés.

Si BrowseOptionsEx ne contient pas bifeAllowMultiselect, la valeur de cette propriété est 1.

Voir aussi