From 69614e3959ec12d4d76f6e471aeab2f11d96d5de Mon Sep 17 00:00:00 2001 From: dsiders Date: Sat, 8 Jul 2023 05:32:07 +0100 Subject: [PATCH] Docs: LCL/lcltaskdialog. Updates TTaskDialog.Execute for changes in 48b1419e. --- docs/xml/lcl/lcltaskdialog.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/xml/lcl/lcltaskdialog.xml b/docs/xml/lcl/lcltaskdialog.xml index 24459027c4..16004cd905 100644 --- a/docs/xml/lcl/lcltaskdialog.xml +++ b/docs/xml/lcl/lcltaskdialog.xml @@ -1133,9 +1133,15 @@ for the first custom button defined in Buttons string).

If Buttons have been defined, aButtonDef can set the selected -Button ID. If Radio buttons have been defined, the default radio button -defined in the RadioButtons property is pre-selected. Otherwise, the default -radio button is set to 0. +Button ID on the dialog. +

+

+If radio buttons have been defined in Radios, values in ARadioDef and AFlags +are used to control the default radio button which is Checked on the dialog. +If tdfNoDefaultRadioButton has not been included in AFlags, aRadioDef is used +as the default radio button. When aRadioDef is unassigned (0), the first radio +button is Checked. If tdfNoDefaultRadioButton has been included in AFlags, all +radio buttons are unchecked by default on the dialog.

aDialogIcon and aFooterIcon are used to specify the