[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if a search process is active.
Source position: fileutil.pas line 119
public property TFileIterator.Searching : Boolean |
Searching is a read-only Boolean property which indicates if a search process is active for the iterator. The property value is updated in descendent classes which perform the search operation.
Searching is set to False when the Stop method is called.
|
Stops the search process. |
|
|
Searches for files or directories in the specified path(s) using the specified options. |
Version 4.0 | Generated 2025-05-03 | Home |