[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 FileCountLimit: DWORD; [rw] |
|
|
property AcceptDirectorySymLinks: Boolean; [rw] |
|
|
property AcceptFileSymLinks: Boolean; [rw] |
|
|
property OnFoundDirectory: TJPEnumDirsProcObj; [rw] |
|
|
property OnFoundFile: TJPEnumFilesProcObj; [rw] |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |