madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.
165 stars 57 forks source link

Fix TFIBCustomDataSet.DoFieldValidate getting empty value on integer #76

Closed did-vmonroig closed 10 months ago

did-vmonroig commented 1 year ago

As commented in issues #30 and #57, in Delphi 10.x versions there is a problem that renders in empty value passed to OnValidate events when field is of integer kind.

This commit solves the problem, at least on Delphi Rio 10.3.

madorin commented 10 months ago

@did-vmonroig , thanks, merged