[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Anchor to Sibling at Side, with the same extent.
Source position: controls.pp line 1511
public procedure TControl.AnchorToCompanion( |
Side: TAnchorKind; |
Space: TSpacingSize; |
Sibling: TControl; |
FreeCompositeSide: Boolean = True |
); |
Side |
|
The side to anchor to the sibling. |
Space |
|
The minimum space to Sibling. |
Sibling |
|
The sibling control to which we should anchor. |
Table or tree style anchoring, into a neighbour cell of Sibling. Obtain the row height (or column width) from Sibling.
lazarus-ccr.sourceforge.net |