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

TDockManager.MessageHandler

Handles the messages sent to a docksite

Declaration

Source position: controls.pp line 516

public procedure TDockManager.MessageHandler(

  Sender: TControl;

  var Message: TLMessage

); virtual;

Description

This handler must handle all mouse messages, related to the client area of the docksite that is not covered by docked controls (dock headers...).

Handling mouse messages while dragging is not required. Painting of the docksite has to be implemented in PaintSite.

See also

TDockManager.PaintSite

  

Handles special painting of the docksite.

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