[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.MouseUp

AutoSelect when left mouse is clicked for the 1st time after having focus.

Declaration

Source position: stdctrls.pp line 353

protected procedure TCustomComboBox.MouseUp(

  Button: TMouseButton;

  Shift: TShiftState;

  X: Integer;

  Y: Integer

); override;

See also

AutoSelect

  

Selects the entire content of the edit box when the control receives the focus.

TControl.MouseUp

  

Invokes the OnMouseUp handler.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.