Show: Delphi C++
Display Preferences

API:Data.DBXCommon.TDBXWideStringValue.GetAsInt32

From XE2 API Documentation
Jump to: navigation, search

Delphi

function GetAsInt32: TInt32; override;

C++

virtual int __fastcall GetAsInt32(void);

Properties

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

Description

Get integer representation of value.

Data.DBXCommon.TDBXWideStringValue.GetAsInt32 inherits from Data.DBXCommon.TDBXValue.GetAsInt32. All content below this line refers to Data.DBXCommon.TDBXValue.GetAsInt32.

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

Personal tools
Previous Versions
Translations