[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Type of an OnDropFiles event handler.
Source position: forms.pp line 430
type TDropFilesEvent = procedure( |
Sender: TObject; |
const FileNames: array of string |
) of object; |
Sender |
|
The control that received the dropped files |
FileNames |
|
The list of the dropped files |
lazarus-ccr.sourceforge.net |