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

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.