Data.DBXDelegate.TDBXDelegateWritableValue.GetInt64

From RAD Studio API Documentation

Delphi

function GetInt64: Int64; overload; override;
function GetInt64(defaultValue: Int64): Int64; overload; override;

C++

virtual __int64 __fastcall GetInt64(void)/* overload */;
virtual __int64 __fastcall GetInt64(__int64 defaultValue)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateWritableValue

Description

Gets the 64-bit integer value for 64-bit integer data types. {{#multireplace:Data.DBXDelegate.TDBXDelegateWritableValue.GetInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXValue.GetInt64|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.GetInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Gets the 64-bit integer value for 64-bit integer data types.

Gets the 64-bit integer value for TDBXValue instances with a data type of TDBXDataTypes.

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.

See Also