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

TAcceptFileNameEvent

TAcceptFileNameEvent - generic event handling method to accept a filename from a dialog

Declaration

Source position: editbtn.pas line 525

type TAcceptFileNameEvent = procedure(

  Sender: TObject;

  var Value: string

) of object;