Data.DBXCommon.TDBXInt64Value.SetAsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAsInt64(const Value: Int64); override;

C++

virtual void __fastcall SetAsInt64(const __int64 Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXInt64Value

Beschreibung

Setzt den Wert als Int64-Repräsentation.

Data.DBXCommon.TDBXInt64Value.SetAsInt64 erbt von Data.DBXCommon.TDBXWritableValue.SetAsInt64. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXWritableValue.SetAsInt64.

Setzt den Wert als Int64-Repräsentation.

SetAsInt64 setzt den Wert als eine Int64-Repräsentation. Bei Bedarf wird eine Typumwandlung durchgeführt. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.

Siehe auch