Vcl.Dialogs.TCustomTaskDialog.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle write SetTitle;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TCustomTaskDialog

Description

The title of this Task Dialog.

Title contains the title of this Task Dialog.