diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index d5d29acc68..bb067e58fa 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -1375,13 +1375,14 @@ For QT-based platforms, it indicates that the entire dialog model is read-only. -If selected file exists shows a message, that file will be overwritten. +If the selected file exists, a message is displayed that the file will be +overwritten. -For the Windows platform, it hides the Read Only check box on the dialog. Not -used in other widgetsets. +For the Windows versions prior to Vista, it hides the Read Only check box on +the dialog. Not used in other widgetsets. @@ -1415,8 +1416,8 @@ options prior to executing a dialog. -Enables a verification prompt when a file or directory needs to be created -for a file dialog. +Windows only: Enables a verification prompt when a file or directory needs to +be created for a file dialog. @@ -1438,47 +1439,54 @@ if the file or directory is read-only. See TOpenDialog.CheckFile. -Includes the OFN_NOTESTFILECREATE flag on the Windows platform. +For the Windows platform, the OS does not check if the item specified in a +TSaveDialog can actually be created. Includes the OFN_NOTESTFILECREATE flag on +the Windows platform. -Disables and hides the Network button on the Windows platform. +Disables and hides the Network button on the Windows platform. Not used for +other platforms. Disables long file names on the Windows platform. Used in classic-style dialogs to force use of file names using the 8.3 format. Explorer-style -dialogs ignore this flag and always display long file names. +dialogs ignore this flag and always display long file names. Not used for +other platforms. -Prevents use of the OFN_EXPLORER and dependent flags in dialogs on the -Windows platform. Also controls whether the Read Only check box is visible on -native dialogs. +Windows only: Shows the dialog in the Win9x style. -Do not resolve links while dialog is shown (only on Windows, see -OFN_NODEREFERENCELINKS). +Windows only: When choosing a file shortcut (*.lnk), return the shortcut +itself and not the target file. -Do not resolve links after Execute. + +Do not resolve links after Execute. This value is not explicitly used in any +of the widgetset implementations. + -Not used in the current LCL version. +Not used in the current LCL version. Defined for compatibility with Delphi. Dialog can be resized, e.g. via the mouse. -Do not add the path to the history list. + +Windows only: Do not add the path to the history list. + Show hidden files.