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

TAcceptValueEvent

TAcceptValueEvent - generic event handling method for accepting a value from a (calculator) dialog

Declaration

Source position: editbtn.pas line 419

type TAcceptValueEvent = procedure(

  Sender: TObject;

  var AValue: Double;

  var Action: Boolean

) of object;

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