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

TDropFilesEvent

Type of an OnDropFiles event handler.

Declaration

Source position: forms.pp line 430

type TDropFilesEvent = procedure(

  Sender: TObject;

  const FileNames: array of string

) of object;

Arguments

Sender

  

The control that received the dropped files

FileNames

  

The list of the dropped files

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