ProcScript: Precompiler Directives and Uniface Constants

Precompiler directives and Uniface constants enable you to produce generalized, reusable ProcScript. They allow you to determine the exact composition of the ProcScript that will be compiled.

Uniface Constants

Uniface constants comprise a set of predefined constants that can be used in ProcScript to refer to objects and properties.

These constants should only be used in components, not in global ProcScript, because during compilation, global ProcScript does not have access to the information required to correctly resolve the constants.

Related Topics