Vcl.StdActns.TBrowseForFolder.Folders

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Folders[Index: Integer]: string read GetFolders;

C++

__property System::UnicodeString Folders[int Index] = {read=GetFolders};

Properties

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

Description

The array of selected folders.

If BrowseOptionsEx does not contain bifeAllowMultiselect, this array contains only one element. In that case, Folder equals Folders[0].

See Also