madorin / fibplus

FibPlus Library for Delphi and C++Builder. Data access components for Firebird & Interbase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TpFIBClientBCDField.GetAsVariant in case IsNull is true

19Rustam80 opened this issue · comments

Hello, everyone.
I have the following question:
In case TpFIBClientBCDField.IsNull=True TpFIBClientBCDField.Value returns 0, not null. In TBCDField the same function returns null. Is it a bug or a feature?