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

TApplication.OnDropFiles

The default handler for dropped files

Declaration

Source position: forms.pp line 1511

public property TApplication.OnDropFiles: TDropFilesEvent
  read FOnDropFiles
  write FOnDropFiles;

See also

TCustomForm.OnDropFiles

  

Handler called when files have been dropped.

TCustomForm.AllowDropFiles

  

Specifies whether files can be dropped onto this form.