[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 349
protected procedure TCustomComboBox.MouseUp( |
Button: TMouseButton; |
Shift: TShiftState; |
X: Integer; |
Y: Integer |
); override; |
MouseUp calls inherited method then sets AutoSelect if left mouse button is clicked for the first time after receiving focus
The inherited method allows the programmer to simulate the action to be taken when the mouse is in the Up position over the specified control. It is usually a programmer-supplied method similar to the OnMouseUp event handler.
|
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 |