FMX.Dialogs.TOpenDialog.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read GetTitle write SetTitle;

C++

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

Properties

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

Description

Specifies the text displayed in the dialog's title bar.

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