From bc563d81a7613e437c26531cfa9dfdd828fc8327 Mon Sep 17 00:00:00 2001 From: dsiders Date: Thu, 13 Jul 2023 06:07:37 +0100 Subject: [PATCH] Docs: LCL/dialogs. Adds TTaskDialogFlag values for changes in e5aa4cee. (cherry picked from commit b0260a08e55d5ccfe869bfc77ac914af52f8becd) --- docs/xml/lcl/dialogs.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index bc5e8eefc1..c90335c602 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -4922,13 +4922,23 @@ Causes the current page only to be printed. -Represents options that can be enabled for TTaskDialog. + +Represents options that can be enabled for TTaskDialog. + +

TTaskDialogFlag values are stored in the TTaskDialogFlags type, as used in the TCustomTaskDialog.Flags property. +

+

Modified in LCL 3.0 to include tfEmulateClassicStyle in the enumeration. +

+

+Modified in LCL 4.0 to include tfNoSetForeGround and tfSizeToContent in the +enumeration. +

@@ -5007,6 +5017,17 @@ Form position will be poOwnerFormCenter, instead of poScreenCenter. Allow the dialog to be minimized. + + +Prevents bring the dialog to the foreground when the dialog is activated. + + + + +Indicates the width for the dialog is determined by the text in the content +area. The flag is ignored if the dialog width is not set to 0 (zero). + + Forces use of an emulated task dialog form.