Pascal Predeclared Type

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

 VAR 
    Cur_Time : TIMESTAMP;   
    { TIMESTAMP is a predeclared type } 

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