Scripting with DataBook

You can create scripts to automate DataBook tasks, such as controlling design objects, menus, and system responses. When you create scripts, DataBook components become objects that you control programmatically.

That is, the scripts are event handlers and executing a certain event causes DataBook to call the script.

The DataBook object model consists of objects which have properties and Members.

Figure 1. DataBook Object Model

Note:

DataBook scripting does not support the C++ programming language or dual interfaces for an object.