Paquete | mx.core |
Clase | public class FlexGlobals |
Herencia | FlexGlobals Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
topLevelApplication : Object [estática]
The first application run in an ApplicationDomain is the top-level application. | FlexGlobals |
Métodos públicos
Información sobre propiedades
topLevelApplication | propiedad |
public static var topLevelApplication:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 4 |
Versiones de motor de ejecución: | 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
.
Tue Jun 12 2018, 02:12 PM Z