套件 | mx.core |
類別 | public class FlexGlobals |
繼承 | FlexGlobals Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
constructor : Object
類別物件的參照或是特定物件實體的建構函數。 | Object | ||
topLevelApplication : Object [靜態]
The first application run in an ApplicationDomain is the top-level application. | FlexGlobals |
屬性詳細資訊
topLevelApplication | 屬性 |
public static var topLevelApplication:Object
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | 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, 03:47 PM Z