Vcl.Dialogs.TTaskDialog.FooterIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FooterIcon;

C++

__property FooterIcon = {default=0};

Properties

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

Description

Indicates which standard footer icon to display.

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

Indicates which standard footer icon to display.

FooterIcon indicates which standard footer icon to display in the Task Dialog. Legal values include tdiNone, tdiWarning, tdiError, tdiInformation, and tdiShield.