mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 10:56:06 +02:00
EditBtn: change name of parameter Action into Accept in TAcceptValueEvent.
Resolves issue #0024906. git-svn-id: trunk@42539 -
This commit is contained in:
parent
79bd788aa9
commit
5f60f3f425
@ -699,7 +699,7 @@ type
|
||||
|
||||
{ TCalcEdit }
|
||||
|
||||
TAcceptValueEvent = procedure(Sender: TObject; var AValue: Double; var Action: Boolean) of object;
|
||||
TAcceptValueEvent = procedure(Sender: TObject; var AValue: Double; var Accept: Boolean) of object;
|
||||
TCalcEdit = class(TCustomEditButton)
|
||||
private
|
||||
FDialogTitle: String;
|
||||
|
Loading…
Reference in New Issue
Block a user