Unit dclstview

***************************************************************************** * * * DCListView * * * * TDCListView * * A Descendant of Delphi's TListView that accepts files dropped by windows * * has OnFileDrop event for responding to a file drop. * * * * TFileDropEvent * * Passes a String List containing fully qualified paths of files dropped and * * the screen point at which they were dropped. * * * * Copyright © 1996, Richard L. Chase * * Made available for free use and modification by all * * Comments, Suggestions or criticism to: dchase@tiac.net or CIS - 72420,2703 * * *

Classes

TDCListView -

Functions

Register -

Types

TFileDropEvent

Constants

Variables


Functions


procedure Register;


Types


TFileDropEvent = procedure(Files: Tstrings; X, Y: Integer) of object

Constants


Variables