Data.DBXMemoryRow.TDBXMemoryRow.SetInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetInt64(DbxValue: TDBXInt64Value; Value: Int64); override;

C++

virtual void __fastcall SetInt64(Data::Dbxcommon::TDBXInt64Value* DbxValue, __int64 Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXMemoryRow.pas
Data.DBXMemoryRow.hpp
Data.DBXMemoryRow TDBXMemoryRow

Description

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

SetInt64 sets the integer value for TDBXMemoryRow instances of an Int64 data type.

See Also