Thema: Delphi Registry Standardwert?

Einzelnen Beitrag anzeigen

Benutzerbild von Luckie
Luckie

Registriert seit: 29. Mai 2002
37.621 Beiträge
 
Delphi 2006 Professional
 
#4

Re: Registry Standardwert?

  Alt 10. Aug 2003, 02:27
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?
Michael
Ein Teil meines Codes würde euch verunsichern.
  Mit Zitat antworten Zitat