[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Occurs after the component processed the mouse button press event
Source position: fpg_widget.pas line 112
protected procedure TfpgWidget.HandleLMouseUp( |
x: Integer; |
y: Integer; |
shiftstate: TShiftState |
); virtual; |
Occurs after the component processed the mouse button press event. By default this method also triggers the OnClick event, but this behaviour can be overridden by descendant components.