Unit 'JPL.FileSearcher' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_jplib]

TJPFileSearcher

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

Declaration

Source position: JPL.FileSearcher.pas line 85

type TJPFileSearcher = class

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Search;

  

  procedure ClearAll;

  

  function AddInput();

  

  function AddInputWithTag();

  

  function TryGetInputItem();

  

  procedure GetFileList();

  

  function GetFirstFile();

  

  function GetNextFile();

  

  function InputAsStr;

  

  procedure UpdateStats;

  

  property InputCount: Integer; [r]

  

  property OutputCount: Integer; [r]

  

  property FileInfoMode: TFSFileInfoMode; [rw]

  

  property Items []: TFSItem; default; [r]

  

  property Stats: TFSStats; [r]

  

  property FileCountLimit: DWORD; [rw]

  

  property AcceptDirectorySymLinks: Boolean; [rw]

  

  property AcceptFileSymLinks: Boolean; [rw]

  

  property OnFoundDirectory: TJPEnumDirsProcObj; [rw]

  

  property OnFoundFile: TJPEnumFilesProcObj; [rw]

  

end;

Inheritance

TJPFileSearcher

  

|

TObject



CT Web help

CodeTyphon Studio