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

TCustomForm.AllowDropFiles

Specifies whether files can be dropped onto this form.

Declaration

Source position: forms.pp line 638

public property TCustomForm.AllowDropFiles : Boolean
  read FAllowDropFiles
  write SetAllowDropFiles
  default False;

Description

Set AllowDropFiles event to True to allow dropping files on this form. It is set to False by default.

See also

TCustomForm.OnDropFiles

  

Handler called when files have been dropped.