Data.DBXCommon.TDBXValue.GetAsInt32
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: TDBXValue | |
Delphi
function GetAsInt32: TInt32; virtual;
C++
virtual Data::Dbxplatform::TInt32 __fastcall GetAsInt32();
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.