To create a script to control DataBook objects, you need to know which objects to use and the relationship between the objects. These objects are DataBook components converted to programmatic objects for use in scripts.
DataBook is limited to event processing. An event is a user-defined action or occurrence to which a DataBook script responds. All DataBook scripting events are enabled by default.
Object |
Description |
|---|---|
| Attribute Object | You can add an Attribute to the DataBook object name. |
| Attributes Object | You can add a collection of Attributes to the DataBook object name. |
| Component Object | You can add a Component to the DataBook object name. |
| Components Object | You can add a collection of Components to a DataBook object name. You can assign Count and Item properties to the Components object. |
| Property Object | You can add a Property to the DataBook object name. The Property object is a collection of properties. |