About includes
Includes are common reusable app items.
Includes are used to hold app items. For example, all variable definitions could be put in an include. Then by referencing the include, those variable definitions are automatically compiled into the app. This saves time when there are variables that are common to multiple apps.
Includes are copied into apps during publishing. The include construct that goes into an app is a reference.
Includes cannot be nested. Includes can call subroutines, subapps, wires, and forms. Includes have versions, but they are not promoted.
Loading...
There was a problem loading this topic