Class TFileChangeThread (unit FileChange)
Inherits from
TThread
Constructors
constructor Create(const APath: string; AFilter: TFSFilterSet; Recurse: boolean);
Functions
procedure DoTerminate;
procedure Execute;
function FilterToAPIVal: DWORD;
Properties
property Aborted : boolean
property FCHandle : THandle
property Filter : TFSFilterSet
property Path : string
property Recursive : boolean
Events
Variables
FAborted : boolean;
FFCHandle : THandle;
FFilter : TFSFilterSet;
FPath : string;
FRecursive : boolean;
Constructors
constructor Create(const APath: string; AFilter: TFSFilterSet; Recurse: boolean);
Functions
procedure DoTerminate;
procedure Execute;
function FilterToAPIVal: DWORD;
Properties
property Aborted : boolean
property FCHandle : THandle
property Filter : TFSFilterSet
property Path : string
property Recursive : boolean
Events
Variables
FAborted : boolean;
FFCHandle : THandle;
FFilter : TFSFilterSet;
FPath : string;
FRecursive : boolean;