Section
(string) The INI file section to delete.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
INIFile.DeleteValue
OverviewExamples
INIFile.DeleteValue ( string Filename,
string Section,
string Value )
De s cr ip t ion
Deletes a "value" in a specified INI file.
P arame t er s
Filename
(string) The full path to the INI file.