Unit 'LDockTree' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDockHeaderMouseState

Record type used to track mouse position and button state in a dock header.

Declaration

Source position: ldocktree.pas line 130

type TDockHeaderMouseState = record

  Rect: TRect;

  

  IsMouseDown: Boolean;

  

end;

Description

Used in the implementation of TLazDockTree and TLazDockForm.

See also

TLazDockTree

  

Implements a docking manager using a simple layout.

TLazDockForm

  

TLazDockForm - the default DockSite for a TLazDockTree and for TCustomAnchoredDockManager.


Version 4.4 Generated 2025-11-08 Home