RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXBooleanValue.GetAsInt16 Method

Get smallInt representation of value.

Pascal
function GetAsInt16: SmallInt; override;
C++
virtual __fastcall SmallInt GetAsInt16();

GetAsInt16 returns a smallInt representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!