Data.DBXCommon.TDBXValue.AsInt64

From RAD Studio API Documentation
Revision as of 17:44, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

property AsInt64: Int64 read GetAsInt64;

C++

__property __int64 AsInt64 = {read=GetAsInt64};

Properties

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

Description

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

Personal tools
Translations