[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LDockTree' (#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.0 Generated 2025-05-03 Home