[Overview][Constants][Types][Classes][Procedures and functions][Index] |
MouseUp calls inherited method then sets AutoSelect if left mouse button is clicked for the first time after receiving focus
Source position: stdctrls.pp line 342
protected procedure TCustomComboBox.MouseUp( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); override; |
|
MouseUp - a procedure that allows the programmer to simulate a mouse button being Up over the control, and initiates the same Action as that associated with the OnMouseUp event |
lazarus-ccr.sourceforge.net |