API:Data.DBXCommon.TDBXWritableValue.AsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AsInt64: Int64 read GetAsInt64 write SetAsInt64;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXWritableValue

Description

Int64 representation of value.

Data.DBXCommon.TDBXWritableValue.AsInt64 inherits from Data.DBXCommon.TDBXValue.AsInt64. All content below this line refers to Data.DBXCommon.TDBXValue.AsInt64.

Int64 representation of value.

AsInt64 returns an Int64 representation of the value. It applies a type conversion if needed. If there is no supported conversion to this type, an exception is raised.

See Also