System.Rtti.TValue.AsInt64

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsInt64: Int64;

C++

__int64 __fastcall AsInt64(void);

Properties

Type Visibility Source Unit Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

Description

Converts the stored value to an Int64 value.

Call AsInt64 to convert the stored value to an Int64 value. An exception is raised if the stored value cannot be converted to an Int64 value.

See Also