System.Rtti.TValue.AsExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsExtended: Extended;

C++

System::Extended __fastcall AsExtended(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 Extended value.

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

See Also