Vcl.Dialogs.TTaskDialog.Text

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Text: string read FText write SetText default 0;

C++

__property Text = {default=0};

Properties

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

Description

The main text on this Task Dialog.

Vcl.Dialogs.TTaskDialog.Text inherits from Vcl.Dialogs.TCustomTaskDialog.Text. All content below this line refers to Vcl.Dialogs.TCustomTaskDialog.Text.

The main text on this Task Dialog.

Text contains the main text to be displayed in this Task Dialog.