Vcl.Dialogs.TCustomTaskDialog.FooterIcon

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property FooterIcon: TTaskDialogIcon read FFooterIcon write SetFooterIcon default tdiNone;

C++

__property TTaskDialogIcon FooterIcon = {read=FFooterIcon, write=SetFooterIcon, default=0};

Propriétés

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

Description

Indique l'icône de bas de page standard à afficher.

FooterIcon indique l'icône de bas de page standard à afficher dans le dialogue de tâche. Les valeurs correctes sont tdiNone, tdiWarning, tdiError, tdiInformation et tdiShield.