EditBtn: change name of parameter Action into Accept in TAcceptValueEvent.

Resolves issue #0024906.

git-svn-id: trunk@42539 -
This commit is contained in:
bart 2013-09-01 10:20:49 +00:00
parent 79bd788aa9
commit 5f60f3f425

View File

@ -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;