Package | mx.core |
Class | public class FlexGlobals |
Inheritance | FlexGlobals Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
topLevelApplication : Object [static]
The first application run in an ApplicationDomain is the top-level application. | FlexGlobals |
Public Methods
Property Detail
topLevelApplication | property |
public static var topLevelApplication:Object
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The first application run in an ApplicationDomain is the top-level application.
This property is set to a reference to the top-level application in the top-level
application's constructor. Each ApplicationDomain will have its own
topLevelApplication
.
Thu Dec 6 2018, 01:12 PM -08:00