ISDBIniFile::DeleteKey: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 15:26, 21 March 2007
CoClass SDBIniFile, Interface ISDBIniFile
Sub DeleteKey(Section As String, Key As String)
Parameters
Name | Type | Description |
---|---|---|
Section | String | A section where to find the key to delete. |
Key | String | A key to delete. |
Method description
Deletes the given key in a given section.