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.