The Settings Object represents settings data in a DataWeb web application. Use the Settings Object to store application and user-specific data within the Settings table.
The Settings table is automatically created in the /System directory whenever a new web application is created. The Settings table is created with four fields: User, Object, Property, and Value. These fields can be accessed either through script via the methods setObject(), getObject(), and removeObject(), or directly via the Designer.
Methods
getObject() |
This method reads the Settings table and returns the properties and values for a specified object and user. |
setObject() |
This method records an object, its properties, values, and an associated user on the Settings table. |
removeObject()
|
This method removes an object from the Settings table. |
|