[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLTaskDialog' (#lcl)

Init

Initializes the dialog parameters to common default values.

Declaration

Source position: lcltaskdialog.pas line 384

procedure TTaskDialogEx.Init;

Description

Can be used to display some information with less parameters. For example:

var TaskEx: TTaskDialogEx;
// ...
TaskEx.Init;
TaskEx.Base.Title := 'Task Dialog Test';
TaskEx.Base.Inst := 'Callback Test';
TaskEx.Execute;

Sets the record instance to the per-initialized value in the DefaultTaskDialog variable.


Version 4.0 Generated 2025-05-03 Home