Vcl.StdActns.TBrowseForFolder.DialogCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DialogCaption: string read GetDialogCaption write FDialogCaption;

C++

__property System::UnicodeString DialogCaption = {read=GetDialogCaption, write=FDialogCaption};

Properties

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

Description

Represents the text that labels the dialog.

The DialogCaption property specifies a text string that identifies the TBrowseForFolder dialog to the user.

See Also