Vcl.StdActns.TBrowseForFolder.BrowseOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BrowseOptions: TBrowseOptions read FBrowseOptions write SetBrowseOptions;

C++

__property TBrowseOptions BrowseOptions = {read=FBrowseOptions, write=SetBrowseOptions, nodefault};

Properties

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

Description

Represents the specific options for the Browse for Folder dialog.

Use the BrowseOptions property to customize the Browse for Folder dialog, by adding specific options. BrowseOptions is a set of options. Each element included enables the corresponding option, when creating the dialog.

See Also