System.Rtti.TValue.AsInteger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsInteger: Integer;

C++

int __fastcall AsInteger();

Properties

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

Description

Converts the stored value to an Integer value.

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

See Also