Pacote | mx.core |
Classe | public class FlexGlobals |
Herança | FlexGlobals Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
topLevelApplication : Object [estático]
The first application run in an ApplicationDomain is the top-level application. | FlexGlobals |
Métodos públicos
Detalhes da propriedade
topLevelApplication | propriedade |
public static var topLevelApplication:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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
.
Wed Jun 13 2018, 11:10 AM Z