Interface objects

Common Events for objects

Provides for events processing to all interface terminal objects. This events occur by pressing functional buttons.

OnBackTab Pressing Shift-TAB (move back / opposite press TAB)
OnCancel Pressing ESCAPE
OnCKillFocus Generates in parent window when child window loses focus
OnClose By pressing button "Close system menu" (for styles WS_CAPTION, WS_SYSMENU)
OnCSetFocus Generates in parent window when child window receives focus
OnDragHover See Implementation of the Drag-and-Drop feature
OnDragLeave See Implementation of the Drag-and-Drop feature
OnDragMove See Implementation of the Drag-and-Drop feature
OnDrop See Implementation of the Drag-and-Drop feature
OnEnter Pressing ENTER
OnKillFocus Generateswhen window loses focus
OnLockBackTab Block processing event of press Shift-TAB on "client"
OnLockEnter Locks processing event of press ENTER on "client"
OnLockTab Block processing event of press TAB on "client"
OnOk Pressing ENTER
OnSetFocus Generateswhen window receives focus
OnTab Pressing TAB
OnTimer Timer event
OnValChange Will sent if user input was changed and value was changed too. Fired on Hotkeys, Menu and mouse events. If set to Dialog then will be set to all objects.
OnValChangeEx As OnValChange  with extended output