Data.DBXCommon.TDBXInt64Value.SetAsInt64

From RAD Studio API Documentation

Delphi

procedure SetAsInt64(const Value: Int64); override;

C++

virtual void __fastcall SetAsInt64(const __int64 Value);

Properties

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

Description

Sets the value as an Int64 representation. {{#multireplace:Data.DBXCommon.TDBXInt64Value.SetAsInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXWritableValue.SetAsInt64|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Sets the value as an Int64 representation.

SetAsInt64 sets the value as an Int64 representation. It applies a type conversion, if needed. If there is no supported conversion to this type, an exception is raised.

See Also