Global variables

Top  Previous  Next

DB Doc defines some global variables that you can access from anywhere in your script.  The following are the global variables that are defined:

 

Variable name

Type

Description

 

DocSettings

TDocSettings

Contains the project's documentation settings as defined by you.

 

Server

TServer

Contains details of the connected database server and related data dictionary.

 

 

You can also define global variables in your script.  You do this by defining each variable with the var keyword at the beginning of the script.  E.g.

 

scripting_08