DBXCommon.TDBXValue.AsInt64
From RAD Studio VCL Reference
Delphi Information
From DBXCommon.pas
property AsInt64: Int64 read GetAsInt64;
Unit: DBXCommon
Type: property
Visibility: public
Member Of: 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.