Data.DB.TField.GetAsBCD
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
function GetAsBCD: TBcd; virtual;
C++
virtual Data::Fmtbcd::TBcd __fastcall GetAsBCD();
Description
Returns the value of the field as a TBcd.
Descendants of TField that represent TBcd fields override the GetAsBCD method to return the value of the field as a TBcd.
Trying to call the GetAsBCD method raises an exception.