Invokes the OnDropFiles handler of the form. This function is called by the LCL interface.
Source position: forms.pp line 651
public procedure TCustomForm.IntfDropFiles( |
const FileNames: array of string |
); |
The drop files event will be invoked when the user drops one or more dragged files onto one of forms in the application. First this event should be fired for the target form (or main form if drop target is unknown), and then for the application instance.