From 834721936880a5673d237a370b96bde8d2e79254 Mon Sep 17 00:00:00 2001 From: dsiders Date: Thu, 24 Nov 2022 02:22:30 +0000 Subject: [PATCH] Docs: LCL/dialogs. Adds TCustomTaskDialog.Width, TTaskDialog.Width topics for changes in 68e61689. --- docs/xml/lcl/dialogs.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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; +