Vcl.Dialogs.TTaskDialogButtons.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TTaskDialogBaseButtonItem read GetItem write SetItem; default;

C++

__property TTaskDialogBaseButtonItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogButtons

Description

An array of buttons for the Task Dialog.

Items is an array of all the TTaskDialogBaseButtonItem used in this Task Dialog.