[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Anchor to Sibling at Side.
Source position: controls.pp line 1505
public procedure TControl.AnchorToNeighbour( |
Side: TAnchorKind; |
Space: TSpacingSize; |
Sibling: TControl |
); |
Side |
|
The side to be anchored to Sibling. |
Space |
|
The minimum space to Sibling. |
Sibling |
|
The sibling control to which we should anchor. |
Setup AnchorSide to anchor a side to the side of a neighbour sibling. For example Right side to Left side, or Top side to Bottom.
lazarus-ccr.sourceforge.net |