Array type used to store bitmap images used in a dock header.
Source position: ldocktree.pas line 141
type TDockHeaderImages = array [TDockHeaderImageKind] of TCustomBitmap; |
Elements in TDockHeaderImages can be accessed using the enumeration values in TDockHeaderImageKind. Used in the implementation of TLazDockTree and TLazDockForm.
|
Enumerated type with values representing the images used in a dock header. |
|
|
Implements a docking manager using a simple layout. |
|
|
TLazDockForm - the default DockSite for a TLazDockTree and for TCustomAnchoredDockManager. |
| Version 4.4 | Generated 2025-11-08 | Home |