[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Event handler signalled when file(s) are dropped into the application.
Source position: forms.pp line 1653
public property TApplication.OnDropFiles : TDropFilesEvent |
OnDropFiles is a TDropFilesEvent property with the event handler signalled when one or more files are dropped onto a form in the application. It is signalled from the IntfDropFiles method, and occurs after the corresponding method for the form that is the drop target has been notified from the window processing loop.
|
Called by the interface when files have been dropped. |
|
|
Invokes the OnDropFiles handler of the form. This function is called by the LCL interface. |
|
|
Specifies whether files can be dropped onto this form. |
lazarus-ccr.sourceforge.net |