Data.DBXCommon.TDBXInt32Value.GetInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInt32: TInt32; override;

C++

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

Properties

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

Description

Gets the 32-bit integer value for 32-bit integer data types.

Gets the 32-bit integer value for TDBXValue instances with a data type of Int32Type. Throws a TDBXError exception if IsNull is true.