Vcl.StdActns.TBrowseForFolder.SelectionCount

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SelectionCount: Integer read GetSelectionCount;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TBrowseForFolder


Beschreibung

Die Anzahl der ausgewählten Ordner.

Enthält BrowseOptionsEx bifeAllowMultiselect nicht, ist der Wert dieser Eigenschaft 1.

Siehe auch