[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TCustomForm.IntfDropFiles

Invokes the OnDropFiles handler of the form. This function is called by the interface.

Declaration

Source position: forms.pp line 630

public procedure TCustomForm.IntfDropFiles(

  const FileNames: array of string

);

Description

The drop files event will be invoked when the user drops one or multiple dragged files on one of application's forms. First this event should be fired for target form (or main form if drop target is unknown), then for the application.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.