Vcl.StdActns.TBrowseForFolder.FolderNameLabel

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FolderNameLabel: string read FFolderNameLabel write FFolderNameLabel;

C++

__property System::UnicodeString FolderNameLabel = {read=FFolderNameLabel, write=FFolderNameLabel};

Properties

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

Description

The Browse For Folder dialog folder name label.

This property only has effect if UseFileDialog is True.

Platform Support

  • Windows Vista or later.

See Also