WbObjects/wbObject
From wiki.swiftlytilting.com
Contents |
[edit]
Methods
- getClass()
- hasFocus()
- getID()
- getParent($item = null)
- getPosition($clientarea = null)
- getSize($param = null)
- refresh($now = false)
- setArea($type , $x, $y, $width, $height)
- focus()
- setSize($width, $height = null)
- setStyle($style, $set)
- setVisible($visible =true)
- setPosition($xpos = WBC_CENTER, $ypos = WBC_CENTER)
- move($xpos = 0, $ypos = 0, $relative = true)
- resize($width = 0, $height = 0, $relative = true)
[edit]
Events
[edit]
Properties
- text
- xpos
- ypos
- wbObj - WinBinder object handle (doesn't work in all php versions) (read only)
- self - WinBinder object handle (read only)
- objects
- name - object name (read only)
- id (read only)
- child by object name - returns a child object by their object name
[edit]
Inheirits

