Unit myff

Classes

TMyFF -

Functions

register -

Types

taddevent
tfileevent

Constants

Variables


Functions


procedure register;


Types


taddevent = procedure (path:string; data : twin32finddata; var cancel : boolean) of object
if we found a file that matches the specs, this event will be triggered path is the file's path, data is the file-data-structure that contains the file's attributes if fcancel is set to true, tMyFF will return from the find-function
tfileevent = procedure(name:string; var cancel : boolean) of object
if we change the directory and/or the file on text-search name is the path or file to scan, if fcancel is set to true, tMyFF will return from the find-function

Constants


Variables