API:Data.DBXCommon.TDBXWritableValue.AsInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInt16: SmallInt read GetAsInt16 write SetAsInt16;

C++

__property short AsInt16 = {read=GetAsInt16, write=SetAsInt16, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

SmallInt representation of value.

Data.DBXCommon.TDBXWritableValue.AsInt16 inherits from Data.DBXCommon.TDBXValue.AsInt16. All content below this line refers to Data.DBXCommon.TDBXValue.AsInt16.

SmallInt representation of value.

AsInt16 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.

See Also