diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index 4fc6e103a4..9c3bc687dd 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -1476,8 +1476,9 @@ Ensures the specified file name meets the requirements for the dialog.

CheckFile is a Boolean function used to examine and update the specified file name. AFilename is a variable argument which contains the path -to the file and a file extension. The return value is True if the file -name meets the requirements for the open dialog. +to the file and can include its extension. The return value is True if +the file name satisfies the filter, extension, and options used for the open +dialog.

Values in DefaultExt, Filter, and FilterIndex are used to get a file @@ -1506,15 +1507,24 @@ is displayed if the file or directory is read-only, and the method is exited.

-CheckFile is used to implement the CheckAllFiles method used to validate the -entries in the Files property. +CheckFile is used in the CheckAllFiles method to validate the entries in the +Files property.

+ +Modified in LCL version 2.2.6 to include an additional helper function +(ExtractFilterValues) in the implementation. + + + + + + @@ -1593,9 +1603,10 @@ the Options property and the local file system. + - +