Data.DBXCommon.TDBXBooleanValue.GetAsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetAsInt64: Int64; override;

C++

virtual __int64 __fastcall GetAsInt64();

Eigenschaften

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

Beschreibung

Ermittelt die Int64-Repräsentation des Wertes.

Data.DBXCommon.TDBXBooleanValue.GetAsInt64 erbt von Data.DBXCommon.TDBXValue.GetAsInt64. Der folgende Inhalt bezieht sich auf Data.DBXCommon.TDBXValue.GetAsInt64.

Ermittelt die Int64-Repräsentation des Wertes.

GetAsInt64 gibt eine Int64-Repräsentation des Wertes zurück. Die Methode führt bei Bedarf eine Typumwandlung durch. Wenn es für diesen Typ keine unterstützte Umwandlung gibt, wird eine Exception ausgelöst.

Siehe auch