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

TDropFilesEvent

Declaration

Source position: forms.pp line 403

type TDropFilesEvent = procedure(

  Sender: TObject;

  const FileNames: array of String

) of object;