Vcl.Dialogs.TCustomTaskDialog.FooterText
Delphi
property FooterText: string read FFooterText write SetFooterText;
C++
__property System::UnicodeString FooterText = {read=FFooterText, write=SetFooterText};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp | Vcl.Dialogs | TCustomTaskDialog | 
Description
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.