User Guide
434 Chapter 6: Components Dictionary
Properties inherited from the Loader class
The following table lists the properties the Form class inherits from the Loader class. When
accessing these properties from the Form object, use the syntax
formInstance.propertyName.
Properties inherited from the Screen class
The following table lists the properties the Form class inherits from the Screen class. When
accessing these properties from the Form object, use the syntax
formInstance.propertyName.
Event summary for the Form class
There are no events exclusive to the Form class.
Property Description
Loader.autoLoad A Boolean value that indicates whether the content loads
automatically (
true) or you must call Loader.load() (false).
Loader.bytesLoaded A read-only property that indicates the number of bytes that have
been loaded.
Loader.bytesTotal A read-only property that indicates the total number of bytes in
the content.
Loader.content A reference to the content of the loader. This property is read-only.
Loader.contentPath A string that indicates the URL of the content to be loaded.
Loader.percentLoaded A number that indicates the percentage of loaded content. This
property is read-only.
Loader.scaleContent A Boolean value that indicates whether the content scales to fit the
loader (
true), or the loader scales to fit the content (false).
Property Description
Screen.currentFocusedScreen Read-only; returns the screen that contains the global current
focus.
Screen.indexInParent Read-only; returns the screen’s index (zero-based) in its parent
screen’s list of child screens.
Screen.numChildScreens Read-only; returns the number of child screens contained by the
screen.
Screen.parentIsScreen Read-only; returns a Boolean (true or false) value that indicates
whether the screen’s parent object is itself a screen.
Screen.rootScreen Read-only; returns the root screen of the tree or subtree that
contains the screen.