Vcl.Dialogs.TTaskDialogBaseButtonItem.Default

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Default: Boolean read GetDefault write SetDefault default False;

C++

__property bool Default = {read=GetDefault, write=SetDefault, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TTaskDialogBaseButtonItem

Description

Indicates whether this button is the default.

Default is True if this is the default button in the Task Dialog window.