Unit DiskSrch

DiskSrch.pas Implments TDiskSearch, the disk scanning component for Delphi 3 Copyright 1997 John Lockwood Consulting, All rights reserved.

Classes

TDiskSearch -

Functions

Register - Call a function for each file, too

Types

TNotifyDirectoryFoundEvent
TNotifyFilenameFoundEvent

Constants

Variables


Functions


procedure Register;

Call a function for each file, too

Types


TNotifyDirectoryFoundEvent = procedure (Sender: TObject; Directory: String) of object

TNotifyFilenameFoundEvent = procedure (Sender: TObject; FileName: String) of object

Constants


Variables