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

TControl.DoContextPopup

Invokes the OnContextPopup handler.

Declaration

Source position: controls.pp line 1419

protected procedure TControl.DoContextPopup(

  MousePos: TPoint;

  var Handled: Boolean

); virtual;

Arguments

MousePos

  

Mouse position, used to place the menu.

Handled

  

To be set by the handler, when it has handled the menu display and selection.

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