Record type used to track mouse position and button state in a dock header.
Source position: ldocktree.pas line 57
type TDockHeaderMouseState = record |
||
Rect: TRect; |
|
|
IsMouseDown: Boolean; |
|
|
end; |
Used in the implementation of TLazDockTree and TLazDockForm.
|
TLazDockTree - a tree of TLazDockZones found in a docked window. |
|
|
TLazDockForm - the default DockSite for a TLazDockTree and for TCustomAnchoredDockManager. |