Stores a specified setting with a tag that identifies it. Use SetUserSetting to add custom settings to an application.
To persist a setting past the current session, you must call ApplyUserSettings.
To get a setting, use GetUserSetting. To remove a setting, use RemoveUserSetting. |
<HFMwSession>.SetUserSetting bstrPOVTag, bstrPOV
The following subroutine sets and persists the specified setting.