Data.DBXCommon.TDBXWideStringValue.SetAsInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAsInt16(const Value: SmallInt); override;

C++

virtual void __fastcall SetAsInt16(const short Value);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWideStringValue

Description

Sets the value as a SmallInt representation.

Data.DBXCommon.TDBXWideStringValue.SetAsInt16 inherits from Data.DBXCommon.TDBXWritableValue.SetAsInt16. All content below this line refers to Data.DBXCommon.TDBXWritableValue.SetAsInt16.

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