System.Win.Registry.TRegistry.ReadCurrency

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadCurrency(const Name: string): Currency;

C++

System::Currency __fastcall ReadCurrency(const System::UnicodeString Name);

Properties

Type Visibility Source Unit Parent
function public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

Description

Retrieves a currency value from a specified data value associated with the current key.

Call ReadCurrency to read a Currency value from a specified data value associated with the current key. Name is the name of the data value to read.

If successful, ReadCurrency returns a Currency value. If the Registry entry does not contain a Currency value, an exception is raised.

See Also