Name
DeletePrefs -- delete user preferences (V6.1)
Synopsis
DeletePrefs()
Function
This function can be used to delete user preferences that have been saved using SavePrefs(). You can use this function to implement a restoration of the default settings. By calling DeletePrefs() all user preferences will be physically erased from the user's hard drive.

Note that this function will only work if you have specified a unique identifier for your application by using the @APPIDENTIFIER preprocessor command. See APPIDENTIFIER for details.

Inputs
none


Show TOC