Vcl.Dialogs.TOpenDialog.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle write FTitle;

C++

__property System::UnicodeString Title = {read=FTitle, write=FTitle};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TOpenDialog

Description

Specifies the text in the dialog's title bar.

Use Title to specify the text that appears in the file-selection dialog's title bar. If no value is assigned to Title, the dialog has the title "Open".

Code Examples