| |
Click | Click code of control (or menu option) |
Exit | Exit code of control
|
Entry | Entry code of control
|
Initialization | Initialization code of control
|
Previous | Code used to read the previous record (browsing table in programmed browse only)
|
Next | Code used to read the next record (browsing table in programmed browse only)
|
Display | Code used to display a row (table only)
|
RExit | Code used to exit from a table row
|
REntry | Code used to enter in a table row
|
END | Code used to read the last record (table only)
|
Modify | Whenever Modified code of control
|
DBL | Code for double-clicking a treeview element
|
CLD | Code for right-clicking a treeview element
|
CLI | Click (OnClick) (browser code)
|
KDN | Key down (OnKeyDown) (browser code)
|
KPR | Key pressed and released (OnKeyPressed) (browser code)
|
KUP | Key up (OnKeyUp) (browser code)
|
MDN | Mouse button down (OnMouseDown) (browser code)
|
MMV | Mouse moves over the control (OnMouseMove) (browser code)
|
MOU | Mouse exits from the control (OnMouseOut) (browser code)
|
MOV | Mouse enters in the control (OnMouseOver) (browser code)
|
MUP | Mouse button up (OnMouseUp) (browser code)
|
BLU | Loss of focus (OnBlur) (browser code)
|
CHG | Modification (OnChange) (browser code)
|
FOC | Gain of focus (OnFocus) (browser code)
|
SEL | Selected text (OnSelect) (browser code)
|
HLP | F1 key (OnHelp) (browser code)
|