Data.DBXDBReaders.TDBXParamsRow.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
public
Data.DBXDBReaders.pas
Data.DBXDBReaders.hpp
Data.DBXDBReaders TDBXParamsRow

Description

Sets the value of the field parameter specified by DbxValue to the Int64 value specified by Value.

See Also