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

TDockHeaderImages

Array type used to store bitmap images used in a dock header.

Declaration

Source position: ldocktree.pas line 68

type TDockHeaderImages = array [TDockHeaderImageKind] of TCustomBitmap;

Description

Elements in TDockHeaderImages can be accessed using the enumeration values in TDockHeaderImageKind. Used in the implementation of TLazDockTree and TLazDockForm.

See also

TDockHeaderImageKind

  

Enumerated type with values representing the images used in a dock header.

TLazDockTree

  

TLazDockTree - a tree of TLazDockZones found in a docked window.

TLazDockForm

  

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