RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXDoubleValue.SetAsInt16 Method

Set value as smallInt representation.

Pascal
procedure SetAsInt16(const Value: SmallInt); override;
C++
virtual __fastcall SetAsInt16(const SmallInt Value);

SetAsInt16 sets a value as a SmallInt representation. 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!