API:Data.DBXCommon.TDBXInt32Value.GetInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetInt32: TInt32; override;

C++

virtual Data::Dbxplatform::TInt32 __fastcall GetInt32()/* overload */;
inline Data::Dbxplatform::TInt32 __fastcall  GetInt32(Data::Dbxplatform::TInt32 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.

Data.DBXCommon.TDBXInt32Value.GetInt32 inherits from Data.DBXCommon.TDBXValue.GetInt32. All content below this line refers to Data.DBXCommon.TDBXValue.GetInt32.

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

This method throws a TDBXError exception if TDBXValue.IsNull is true and defaultValue is not specified. This method gets the defaultValue if it is specified and the TDBXValue is null.

See Also