Vcl.StdActns.TBrowseForFolder.SelectionCount
Delphi
property SelectionCount: Integer read GetSelectionCount;
C++
__property int SelectionCount = {read=GetSelectionCount, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.StdActns.pas Vcl.StdActns.hpp |
Vcl.StdActns | TBrowseForFolder |
Description
The number of selected folders.
If BrowseOptionsEx does not contain bifeAllowMultiselect, the value of this property is 1.