Vcl.Dialogs.TTaskDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCustomTaskDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTaskDialog

Delphi

TTaskDialog = class(TCustomTaskDialog)

C++

class PASCALIMPLEMENTATION TTaskDialog : public TCustomTaskDialog

Properties

Type Visibility Source Unit Parent
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

Class for Task Dialog properties.

TTaskDialog is a class for Task Dialogs.

A Task dialog is a dialog box somewhat like the standard call to Application.MessageBox in the VCL, but for Vista and Windows 7 (and later versions) of Windows only. Besides the usual default sets of buttons (OK and Cancel), you can define extra buttons. Properties in TTaskDialog exist for Caption, Title, and Text.

Note: Task Dialogs require Vista, Windows 7, or later Windows operating systems.

See Also