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

TAcceptDateEvent

TAcceptDateEvent - generic event handling method for accepting a date from a dialog

Declaration

Source position: editbtn.pas line 324

type TAcceptDateEvent = procedure(

  Sender: TObject;

  var ADate: TDateTime;

  var AcceptDate: Boolean

) of object;

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