Field WdgCallbacks
Welcome to our Knowledge Base
Documentation | Blog | Demos | Support
< All Topics
Print
Field WdgCallbacks
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
The callback events an object can raise.
Valid Values
An integer code combining the following values:
Code | Meaning |
0 | No callback events are raised. |
1 | When the object is modified (MODIFIED). |
2 | When a click is applied to the object (CLICK). |
4 | When a double-click is applied to the object (DOUBLECLICK). |
8 | When a right-click is applied to the object (RIGHTCLICK). |
16 | When an ActiveX object raises a callback event (ACTIVEX). |
32 | When a click occurs on the header of the object (HEADER). |
64 | When the object gets the focus (GOTFOCUS). |
128 | When the object loses focus (LOSTFOCUS). |
256 | When the object loses focus after being modified (LOSTFOCUSMODIFIED). |
Remarks
Only resizable windows can have menus.
Example: If the object has to raise a GotFocus event and a Click event, the WdgCallbacks would contain (2 + 64) = 66.
Updated
ByCelso Bressan
Was this article helpful?
5 out of 5 stars
1 rating
5 Stars | 100% | |
4 Stars | 0% | |
3 Stars | 0% | |
2 Stars | 0% | |
1 Stars | 0% |
5