Data.DBXCommon.TDBXInt32Value.GetInt32

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetInt32: TInt32; override;

C++

virtual int __fastcall GetInt32()/* overload */;
inline int __fastcall  GetInt32(int defaultValue){ return TDBXValue::GetInt32(defaultValue); }

Propriétés

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

Description

Obtient la valeur entière 32 bits des types de données entiers 32 bits.

Obtient la valeur entière 32 bits pour les instances de TDBXValue avec un type de données Int32Type. Déclenche une exception TDBXError si IsNull est défini sur true.