diff --git a/docs/xml/lazutils/fileutil.xml b/docs/xml/lazutils/fileutil.xml index 12efcf7dba..37e8b9ca07 100644 --- a/docs/xml/lazutils/fileutil.xml +++ b/docs/xml/lazutils/fileutil.xml @@ -1720,13 +1720,12 @@ and files are available in the method. The OnQueryFileFound and OnQueryDirectoryFound events handlers are signalled (when assigned) to allow the application to include or exclude each directory or file found in the process. Arguments passed to these handlers include the -fully-qualified path or file name returned by ExpandFilenameUtf8. Path names -include a trailing path delimiter. +fully-qualified path or file name returned by ExpandFilenameUtf8.

When a matching file is found, the OnFileFound event is signalled. When a matching directory is found, the OnDirectoryFound event is signalled. When a -new directory is processed in the method, the OnDirectoryEnter events is +new directory is processed in the method, the OnDirectoryEnter event is signalled.

@@ -1735,14 +1734,14 @@ notifications. You can abort the search process by calling the Stop method in the handlers for these events.

-Search is used in the implement of convenience routines like CopyFile, -CopyDirTree, FindAllFiles, and FindAllDirectories. +Search is used in the implementation of routines like CopyFile, CopyDirTree, +FindAllFiles, and FindAllDirectories.

-An Exception is raised if Search is called and a previous call to the method is -already running. +An Exception is raised if Search is called while a previous call to the method +is already running.

@@ -1758,6 +1757,10 @@ already running. + + + + ExpandFilenameUtf8 TMaskList