From f56cf898d94a4293ca33662cc730dcd6bebd1a82 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 6 Jan 2011 18:29:14 +0000 Subject: [PATCH] lcl doc: improved TAnchorSide git-svn-id: trunk@28886 - --- docs/xml/lcl/controls.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/xml/lcl/controls.xml b/docs/xml/lcl/controls.xml index 40918889d6..3b476a9aa3 100644 --- a/docs/xml/lcl/controls.xml +++ b/docs/xml/lcl/controls.xml @@ -3430,26 +3430,26 @@ dmFindTarget: find child control under the mouse - Owner - the Control that owns the current control that is to be anchored - + Owner - the Control that owns this AnchorSide + TAnchorSide.Owner is the control *to be* anchored. Every control has four AnchorSide. For example AButton1.AnchorSide[akBottom].Owner = AButton1. - The Kind of anchoring to be used - + The Kind is the control side + Every control has four AnchorSide, one for each side. For example AButton1.AnchorSide[akLeft].Kind=akLeft. - The control whose anchoring properties are being determined - + The target control of the anchor + For example if the right side of a Button1 is anchored to the left side of Edit1, then Button1.AnchorSide[akRight].Control=Edit1 and Button1.AnchorSide[akRight].Side=asrLeft. The side on which anchoring is to be performed - + For example if the right side of a Button1 is anchored to the left side of Edit1, then Button1.AnchorSide[akRight].Control=Edit1 and Button1.AnchorSide[akRight].Side=asrLeft.