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

TControl.QuadClick

Signals the OnQuadClick event handler (when assigned).

Declaration

Source position: controls.pp line 1493

protected procedure TControl.QuadClick; virtual;

Description

QuadClick is a method used to perform actions needed when a mouse quadruple click event has occurred on the control. In TControl, it signals the OnQuadClick event handler (when assigned) using the class instance as the Sender argument in the event type.

Descendent classes may override the method to perform additional actions needed in the their implementations.

QuadClick is called from the WMLButtonQuadCLK method when the M_LBUTTONQUADCLK window message is handled for the control.

See also

TControl.OnQuadClick

  

Event handler signalled when a mouse quadruple mouse occurs in the control.

TControl.WMLButtonQuadCLK

  

Message handler for left mouse button quadruple click events.

TNotifyEvent


Version 3.2 Generated 2024-02-25 Home