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

TFileIterator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Class for getting info about found file or directory.

Declaration

Source position: fileutil.pas line 126

type TFileIterator = class

public

  procedure Stop;

  

Stops the searching process.

  function IsDirectory;

  

If the current file is directory.

  property FileName: String; [r]

  

Gets the current file name.

  property FileInfo: TSearchRec; [r]

  

Gets the current file info.

  property Level: Integer; [r]

  

Gets the current file path level relative to base search path.

  property Path: String; [r]

  

Gets the current file path.

  property Searching: Boolean; [r]

  

If the searching is in process.

end;

Inheritance

TFileIterator

  

Class for getting info about found file or directory.

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.