diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 606358104f..030588c60e 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -27696,9 +27696,58 @@ Used in the AnchorDocking package for the Lazarus IDE. +Provides adjacent edges where controls are aligned for a given anchor kind.

+DefaultSideForAnchorKind is an array type which contains +TAnchorSideReference values, The values are accessed using the enumeration +values in TAnchorKind, and indicate the edge on a control where an adjacent +control is aligned for the anchor kind. For example: +

+ + + + + + + + + + + + + + + + + + + + + +
+Anchor Kind + +Default Side +
+akTop + +asrBottom +
+akLeft + +asrBottom +
+akRight + +asrTop +
+akBottom + +asrTop +
+

Used in the ldocktree unit and in the TControl.AnchorToNeighbour method.