Vcl.Dialogs.TTaskDialogButtonList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TTaskDialogButtonList = array of TASKDIALOG_BUTTON;

C++

typedef System::DynamicArray<Winapi::Commctrl::TASKDIALOG_BUTTON> TTaskDialogButtonList;

Properties

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

Description

An array of buttons for TTaskDialog.

TTaskDialogButtonList is an array of buttons that can appear on a task dialog.

See Also