Zitat:
Retrieves a string value from a specified data value associated with the current key.
function ReadString(const Name: String): String;
Description
Call ReadString to read a string value from a specified data value associated with the current key. Name is the name of the data value to read.
If there is no Registry entry with the specified name, ReadString returns an empty string. If the Registry entry contains something other than a string, an
exception is raised.
Und kann man einen Standardwert angeben?