OnDblClick Event in DelphiVCL4Python Library
March 8, 2021
OnDblClick event occurs when the user double-clicks the left mouse button when the mouse pointer is over the control.
We use the OnDblClick event to respond to mouse double-clicks.
OnDblClick is an event handler of type System.Classes.TNotifyEvent.
What is TNotifyEvent?
TNotifyEvent is used for events that do not require parameters.
The TNotifyEvent type is the type…