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

TCustomForm.OnDropFiles

Handler called when files have been dropped.

Declaration

Source position: forms.pp line 712

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

Description

You enable this feature by setting AllowDropFiles property.

See also

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.