WbObjects/Events

From wiki.swiftlytilting.com

When certain actions occur, an event will be fired. This will cause a user defined function to be called. The function takes a single parameter, which is an array containing the following elements:

  • window - the window containing the event (type wbWindow)
  • id - the WinBinder internal ID of the object which fired the event. Also used to send specific messages
  • ctrl - the object which fired the event (type wbControl, undefined when a window fired the event)
  • param1 - depends on the class of the control that fired event
  • param2 - depends on the class of the control that fired event
  • wbSystem - the main wbSystem object


Events

onClose | onDblClick | onEvent | onGetFocus | onHeaderSelect | onKeyDown | onKeyUp | onMainEvent | onMouseDown | onMouseMove | onMouseUp | onRedraw | onResize

wbObjects Manual

Objects | Methods | Properties | Events