Data.DBXCommon.TDBXInt64Value.GetAsInt64
Delphi
function GetAsInt64: Int64; override;
C++
virtual __int64 __fastcall GetAsInt64(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXInt64Value |
Description
Get Int64 representation of value. {{#multireplace:Data.DBXCommon.TDBXInt64Value.GetAsInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetAsInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXValue.GetAsInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Get Int64 representation of value.
GetAsInt64 returns an Int64 representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.