[Contents] [Parent chapter] [Previous chapter] [Next chapter]

DeleteKey

Erases an identifier from a section.

Class
TTextIniFile

Declaration

procedure DeleteKey(const Section, Ident: string);

Visibility
public

Description
Erases an identifier from a section. If the given identifer does not exist, nothing happens.

See
EraseSection