From d47c2c2d20a6b4fdcddf87192f7626060dcb7d8d Mon Sep 17 00:00:00 2001
From: dsiders
+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. +
+