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

TCustomForm.OnDropFiles

The event invoked when file is dropped on this form.

Declaration

Source position: forms.pp line 664

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

Description

The OnDropFiles event is invoked when user drops one or multiple files on this form. You enable this feature by setting AllowDropFiles property.

See also

TCustomForm.AllowDropFiles

  

Specifies if files are allowed to be dropped on this form.

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