Vcl.StdActns.TBrowseForFolder.RootDir

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RootDir: string read GetRootDir write SetRootDir;

C++

__property System::UnicodeString RootDir = {read=GetRootDir, write=SetRootDir};

Properties

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

Description

Represents the root directory for the dialog.

Set the RootDir property to change the root directory for the TBrowseForFolder dialog. To set a new root directory, use the entire path followed by the \ character. After setting this property, the TBrowseForFolder dialog will only display the directories included in the specified root directory.

See Also