[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Invokes the OnDropFiles handler of the form. This function is called by the LCL interface.
Source position: forms.pp line 717
public procedure TCustomForm.IntfDropFiles( |
const FileNames: array of string |
); |
FileNames |
|
Array of file names passed as an argument to the OnDropFiles event handler. |
OnDropFiles is signalled when the user drops one or more dragged files onto one of forms in the application. This event should be fired first for the target form (or main form if drop target is unknown), and then for the application instance.
Version 4.0 | Generated 2025-05-03 | Home |