Vcl.Dialogs.TTaskDialog.FooterIcon
Delphi
property FooterIcon: TTaskDialogIcon read FFooterIcon write SetFooterIcon default 0;
C++
__property FooterIcon = {default=0};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | TTaskDialog |
Beschreibung
Gibt das Standardfußzeilensymbol an, das angezeigt werden soll.
Vcl.Dialogs.TTaskDialog.FooterIcon erbt von Vcl.Dialogs.TCustomTaskDialog.FooterIcon. Der folgende Inhalt bezieht sich auf Vcl.Dialogs.TCustomTaskDialog.FooterIcon.
Gibt das Standardfußzeilensymbol an, das angezeigt werden soll.
FooterIcon gibt an, welches Standardfußzeilensymbol im Task-Dialogfeld angezeigt werden soll. Gültige Werte sind tdiNone
, tdiWarning
, tdiError
, tdiInformation
und tdiShield
.