Settings Object
Description
Represents users' settings in various user-defined categories.
Remarks

Settings are used by ALM to store various kinds of information, including user settings. They can also be used to store any application-specific data you wish.

Settings are organized by categories, analogous to settings folders. Each category can have any number of items. Each item has a value.

Begin use of the Settings object by using Open to restrict the scope to the desired category.

If the settings object is created using the UserSettings property of the TDConnection Object, the settings are only available to the user who saves them. If the object is created with the CommonSettings property, the settings are available to all users.

Public Methods
Public Method CloseCloses and updates the category.
Public Method DeleteCategoryDeletes the current settings folder.
Public Method DeleteValueDeletes the specified item.
Public Method OpenSets the category to be used in subsequent actions by the client.
Public Method PostPosts the category to the server.
Public Method RefreshReads saved values, overwriting values in memory.
Public Properties
Public Property EnumItemsReturns the list of names of the setting's items.
Public Property IsSystemChecks if the specified setting is built-in and read-only.
Public Property ValueThe value of the specified item in the active category.
See Also