[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Initializes the dialog parameters to common default values.
Source position: lcltaskdialog.pas line 384
procedure TTaskDialogEx.Init; |
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 |