Vcl.Dialogs.TTaskDialog.MainIcon

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property MainIcon: TTaskDialogIcon read FMainIcon write SetMainIcon default 3;

C++

__property MainIcon = {default=3};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialog

Beschreibung

Gibt das Standardhauptsymbol an, das angezeigt werden soll.

Vcl.Dialogs.TTaskDialog.MainIcon erbt von Vcl.Dialogs.TCustomTaskDialog.MainIcon. Der folgende Inhalt bezieht sich auf Vcl.Dialogs.TCustomTaskDialog.MainIcon.

Gibt das Standardhauptsymbol an, das angezeigt werden soll.

MainIcon gibt an, welches Standardhauptsymbol im Task-Dialogfeld angezeigt werden soll. Gültige Werte sind tdiNone, tdiWarning, tdiError, tdiInformation und tdiShield.