Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TApplication.IntfDropFiles

Called by the interface when files have been dropped.

Declaration

Source position: forms.pp line 1593

public procedure TApplication.IntfDropFiles(

  const FileNames: array of string

);

See also

TApplication.OnDropFiles

  

Event handler signalled when file(s) are dropped into the application.

TApplicationHandlerType

  

Types of Application notification handlers.