Built-in aliases
The built-in aliases include Window, RecipeSchema, and Session aliases.
Window aliases
You can use the
alias to reference to the application window properties and graphical objects that are present in that window.RecipeSchema aliases
At design time, the project root node contains an alias for each
RecipeSchema
instance in the project. This alias has the same name as the related RecipeSchema
object. The project also contains a Panel loaders
object. Access the RecipeSchema
aliases from any node that have the same BrowseName as the corresponding objects in the project. For example, a PanelLoader1
alias is generated for a PanelLoader1
object.
TIP:
Aliases for
Recipe Schema
objects are created inside the project root node.Session aliases
The
alias points to the Session
node that exists only at runtime. This alias contains several nodes that have values based on the user and session locale. At design time. this alias is always available for graphic objects and types.window alias
recipeschema alias
session alias
default aliases
Provide Feedback