RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXBcdValue.GetBcd Method

Gets the BCD value for binary-compressed decimal data types.

Pascal
function GetBcd: TBcd; override;
C++
virtual __fastcall TBcd GetBcd();

Gets the TBcd value for TDBXValue instances with a with a data type of BcdType. Throws a TDBXError exception if IsNull is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!