IncludeScript

An IncludeScript is a Development Object that defines a fragment of script that can be inserted into ProcScript using the #include directive.

For more information, see IncludeScripts .

Characteristics

Characteristics

 

Icon:

IncludeScript icon

Object type code:

inc

Main Development Object?

No

Part of:

IncludeScript Library

Contains:

Property

Generalization:

Development Object

Specializations:

Compilation Output:

URI format:

libinc:LibraryName/inc:IncludeScript

Specialization

IncludeScript specializes Development Object in the following ways:

  • It has an IncludeScript Library as parent
  • It is used only during development, and has no runtime equivalent. It is compiled into components when the components are compiled.

An IncludeScript can be inserted into ProcScript using the #include instruction.

During compilation, the following IncludeScripts are automatically included by the compiler without the need for an explicit #include statement:

  • SYSTEM_LIBRARY:DEFPARAM
  • ComponentLibrary:DEFPARAM

The DEFPARAM IncludeScript is intended to hold global constants.

Properties

Related Topics