Global Variable

A Global Variable is a Development Object that defines a typed variable that can be accessed by all ProcScript in the application.

Characteristics

Characteristics

 

Object type code:

var

Main Development Object?

No

Part of:

Untyped Library

Contains:

Property

Generalization:

Development Object

Specializations:

Compilation Output:

$$register@LibraryName.prc

URI format:

lib:LibraryName:var:VariableName

Specialization

Global Variable specializes Development Object in the following ways:

  • It has a library as parent object

  • It has no child objects

Related Topics