RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.GetDecimal Method (int)

Returns the Decimal value of a given column.

Pascal
function GetDecimal(columnName: string): Decimal;
function GetDecimal(ordinal: Integer): Decimal;
C++
Decimal GetDecimal(string columnName);
Decimal GetDecimal(int ordinal);

GetDecimal has several forms, depending on the input parameter:

  • Returns the Decimal value of a given column. The parameter columnName is the name of the column containing the wanted value.
  • Returns the Decimal value of a given column. The parameter ordinal is the ordinal of the column containing the wanted value.

 

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