Vcl.Dialogs.TTaskDialogIcon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TTaskDialogIcon = Low(Integer)..High(Integer);

C++

typedef int TTaskDialogIcon;

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

Represents the type of icons displayed in a task dialog.

TTaskDialogIcon is the type of icons displayed in a TCustomTaskDialog.


The following table lists the legal values for a variable of type TTaskDialogIcon:


Value Meaning

tdiNone

No icon is used.

tdiError

Displays an error icon.

tdiInformation

Displays an information icon.

tdiWarning

Displays a warning icon.

tdiShield

Displays a security shield icon.


See Also