WbObjects/wbSystem
From wiki.swiftlytilting.com
wbSystem is the root object of the wbObject Model (WBOM). A reference to the system, $wbSystem, with be initialized when the wbObjects files are included. A reference is also passed to each event handler.
[edit]
Methods
- start()
- createWindow($class, $name=null, $caption=null, $xpos=null, $ypos=null, $width=0, $height=0, $style=WBC_NOTIFY, $param1=WBC_ALL)
- setFocus($object)
[edit]
Properties
- ObjectsByName - Array of windows and controls indexed by name
- windows - Array of windows indexed by name
- controls - Array of controls indexed by wbSystem ID
- globals - Array of user defined values
- object name - The object object name

