Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.757 Beiträge
 
Delphi 10.4 Sydney
 
#7

Re: Spielstand speichern mit ini(s)!

  Alt 16. Mär 2008, 11:35
ein kleiner Blick in die Hilfe bringt folgendes zu Tage.

Zitat:
procedure DeleteKey(const Section, Ident: String); override;

Description

Call DeleteKey to erase an INI file entry. Section is string containing the name of an INI file section, and Ident is a string containing the name of the key from for which to set a nil value.

Note: Attempting to delete a key in a nonexistent section or attempting to delete a nonexistent key are not errors. In these cases, DeleteKey does nothing.
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat