Answer:
Yes, it is possible with DeleteSetting function.
The function can take 3 arguments of application name, section name and key name.
If all of these are present then it deletes the specified key. But in case if you have specified only first argument of application name, it deletes all settings.
DeleteSettings(“testApp”) ‘ Deletes all setting of testapp
Asked In: Many Interviews |
Alert Moderator