Signals the OnMouseUp handler.
Source position: controls.pp line 1466
protected procedure TControl.MouseUp( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); virtual; |
Button |
|
The currently pressed modifier keys. |
Shift |
|
The currently pressed mouse buttons. |
X |
|
Horizontal Mouse position in client coordinates. |
Y |
|
Vertical Mouse position in client coordinates. |
CT Web help |
CodeTyphon Studio |