[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 1601

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.

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