RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetDecimal Method

Gets the specified column value as a Decimal.

Pascal
function GetDecimal(Ordinal: Integer): Decimal; override;
C++
virtual __fastcall Decimal GetDecimal(int Ordinal);

GetDecimal gets the specified zero-based column value as a Decimal object. 

 

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