[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 343

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.