Vcl.Dialogs.TTaskDialog.FooterText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterText: string read FFooterText write SetFooterText default 0;

C++

__property FooterText = {default=0};

Properties

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

Description

String to be used in the footer area of the Task Dialog.

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

String to be used in the footer area of the Task Dialog.

FooterText provides a string to be used in the footer area of the Task Dialog.