Parameter | Description |
---|---|
iWindowNumber | the window item (1 based) |
iPosition | the position within the window |
Procedure Mouse_Up Integer iWindowNumber Integer iPosition
Mouse_Up is sent whenever the first (normally the left) mouse button is released. The parameters indicate the position of the mouse cursor within the object. The mouse messages perform no action in the definition of cUIObject; their actions are always defined in higher-level classes.
Procedure Mouse_Up Integer iWindowNumber Integer iPosition // add augmentation here Forward Send Mouse_Up iWindowNumber iPosition // or here End_Procedure
Note: | Both parameters are character mode DataFlex parameters and are always zero in Windows. |