Vcl.StdActns.TBrowseForFolder.Folder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Folder: string read GetFolder write SetFolder;

C++

__property System::UnicodeString Folder = {read=GetFolder, write=SetFolder};

Properties

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

Description

Represents the name of the selected folder.

The Folder property specifies the name (including the path) of the folder selected by the user in the Browse for Folder dialog.

See Also