Data.DBXCommon.TDBXInt16Value.GetInt16

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetInt16: SmallInt; override;

C++

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

Propriétés

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

Description

Obtient la valeur smallInt des types de données entiers 16 bits.

Obtient la valeur smallInt pour les instances de TDBXValue avec un type de données Int16Type. Déclenche une exception TDBXError si IsNull est défini sur true.