Vcl.Dialogs.TTaskDialogButtonList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TTaskDialogButtonList = array of TASKDIALOG_BUTTON;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Beschreibung

Ein Array mit Schaltflächen für TTaskDialog.

TTaskDialogButtonList ist ein Array mit Schaltflächen, die in einem Task-Dialogfeld angezeigt werden können.

Siehe auch