System.Win.Registry.TRegistry.ReadFloat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadFloat(const Name: string): Double;

C++

double __fastcall ReadFloat(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 float value from a specified data value associated with the current key.

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

If the Registry entry does not contain a floating-point value, an exception is raised.

See Also