[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Handler type for OnContextPopup.
Source position: controls.pp line 1009
type TContextPopupEvent = procedure( |
Sender: TObject; |
MousePos: TPoint; |
var Handled: Boolean |
) of object; |
Sender |
|
The clicked control. |
MousePos |
|
Mouse position in client coordinates; (-1,-1) if the event was not generated by a mouse click. |
Handled |
|
Set Handled to True when everything was handled; False shows the associated PopupMenu, by default. |
Version 4.0 | Generated 2025-05-03 | Home |