diff --git a/docs/xml/lazutils/fileutil.xml b/docs/xml/lazutils/fileutil.xml index 88379e8df3..762bb526c3 100644 --- a/docs/xml/lazutils/fileutil.xml +++ b/docs/xml/lazutils/fileutil.xml @@ -2137,7 +2137,7 @@ directory is accepted or rejected.
+OnQueryDirectoryEnter is a TQueryDirectoryFoundEvent +property signalled when a recursive directory search is performed in the Search +method. It allows an application to accept or reject a directory name on a +case-by-case basis even though it matches the path and mask provided to Search. +
++Arguments passed to the event handler include information about the current +file system entry, the name for the directory, and a variable argument which +indicates whether the directory is accepted or rejected. See +TQueryDirectoryFoundEvent for more +information. +
++OnQueryDirectoryEnter is signalled (when assigned) from the Search method, and +occurs when subdirectory searches have been enabled in the method. +
++Use OnQueryFileFound to accept or reject individual file names processed in the +Search method. +
+