Pascal Predeclared Variable

An object that is predefined by the Pascal language. Database entities are created only for those predeclared objects that are actually referenced in the project code. For example:

TYPE  
   POSINT = 1..MAXINT;    
   { MAXINT is a predeclared variable } 

Scientific Toolworks, Inc.
http://www.scitools.com