[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'FileUtil' (#lazutils)

TFileIterator.Searching

Indicates if a search process is active.

Declaration

Source position: fileutil.pas line 119

public property TFileIterator.Searching : Boolean
  read FSearching;

Description

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.

See also

TFileIterator.Stop

  

Stops the search process.

TFileSearcher.Search

  

Searches for files or directories in the specified path(s) using the specified options.


Version 4.0 Generated 2025-05-03 Home