System.Rtti.TValue.AsCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AsCurrency: Currency; inline;

C++

System::Currency __fastcall AsCurrency();

Properties

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

Description

Converts the stored value to a Currency value.

Call AsCurrency to convert the stored value to a Currency value. An exception is raised if the stored value cannot be converted to a Currency value.

See Also