RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataReader.GetInt16 Method

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

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

GetInt16 gets the specified zero-based column value as a 16-bit signed integer. 

 

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