DBXCommon.TDBXValue.GetInt64
From RAD Studio VCL Reference
Delphi Information
From DBXCommon.pas
function GetInt64(): Int64; overload; virtual; function GetInt64(defaultValue: Int64): Int64; overload; virtual;
Unit: DBXCommon
Type: method
Visibility: public
Member Of: TDBXValue
Description
Gets the 64-byte integer value for 64-byte integer data types.
Gets the 64-byte integer value for TDBXValue instances with a data type of Int64Type.
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.