Data.DBXCommon.TDBXValue.GetAsInt32

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAsInt32: TInt32; virtual;

C++

virtual int __fastcall GetAsInt32();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValue

Description

Get integer representation of value.

GetAsInt32 returns an Integer representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also