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 |
Property | Defined By | ||
---|---|---|---|
topLevelApplication : Object [static]
The first application run in an ApplicationDomain is the top-level application. | FlexGlobals |
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
.