Data.DBXCommon.TDBXWritableValue.AsInt64

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AsInt64: Int64 read GetAsInt64 write SetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64, write=SetAsInt64};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Beschreibung

Int64-Repräsentation des Wertes.

AsInt64 gibt eine Int64-Repräsentation des Wertes zurück. 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