[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 3.2 Generated 2024-02-25 Home