madorin / fibplus

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

TpFIBClientBCDField.GetAsVariant in case IsNull is true #71

Open 19Rustam80 opened 1 year ago

19Rustam80 commented 1 year ago

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?