Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

function glxstack_getProp()

Gets a property of a Stack object.

function glxstack_getProp pObject, pProperty
Parameters
TypeNameDescription
Simple parameter. pObject Reference to stack object.
Simple parameter. pProperty Property to retrieve.
Description

Properties
file path: The path to the stack file.
load at startup: Whether or not the stack should automatically be loaded into memory by the framework at startup.
relative file name: Relative path to the stack file.
required: If true then the application ensures the stack loads properly when app launches. If false then it doesn't.

Return

Value

See also