RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetInt32 Method

Gets the specified column value as a 32-bit signed integer.

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

GetInt32 gets the specified zero-based column value as a 32-bit signed integer. 

 

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