Data.DBXCommon.TDBXWritableValue.SetAsInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsInt16(const Value: SmallInt); virtual;

C++

virtual void __fastcall SetAsInt16(const short Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Sets the value as a SmallInt representation.

SetAsInt16 sets the 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.

See Also