RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXValue.GetInt16 Method

Gets the smallInt value for 16-byte integer data types.

Pascal
function GetInt16: SmallInt; virtual;
C++
virtual __fastcall SmallInt GetInt16();

Gets the smallInt value for TDBXValue instances with a data type of Int16Type. 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!