diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index c9df0b841b..9c63ce6554 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -5508,6 +5508,7 @@ in the LCLTaskDialog.TTaskDialog implementation. + @@ -6104,6 +6105,34 @@ a bold font style. + + +Sets the width in pixels for the task dialog form. + + +

+Width is an Integer property which sets the width (in +pixels) for the task dialog form. The default value for the property is 0 +(zero), and causes the width for the dialog form to be calculated when the +dialog is executed using the length of its textual content. +

+

+Width is passed as an argument to the Execute method in the TTaskDialog +instance used in the class. +

+

+Please note that an emulated task dialog form imposes a lower limit (120 +pixels) or an upper limit (480 pixels) on the auto-calculated width. +

+
+ + + + +TTaskDialog.Execute + +
+ Optional caption text for the check box displayed at the bottom of the Task @@ -6199,6 +6228,7 @@ end; +