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

Init

Declaration

Source position: lcltaskdialog.pas line 382

procedure TTaskDialogEx.Init;

Description

Will initialize the dialog parameters. 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;
The latest version of this document can be found at lazarus-ccr.sourceforge.net.