Data.DBXCommon.TDBXInt16Value.GetInt16

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInt16: SmallInt; override;

C++

virtual short __fastcall GetInt16()/* overload */;
inline short __fastcall  GetInt16(short defaultValue){ return TDBXValue::GetInt16(defaultValue); }

Properties

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

Description

Gets the smallInt value for 16-bit integer data types.

Gets the smallInt value for TDBXValue instances with a data type of Int16Type. Throws a TDBXError exception if IsNull is true.