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

TControl.AnchorParallel

Anchor parallel to Sibling, at Side.

Declaration

Source position: controls.pp line 1579

public procedure TControl.AnchorParallel(

  Side: TAnchorKind;

  Space: Integer;

  Sibling: TControl

);

Arguments

Side

  

The side to anchor to the sibling.

Space

  

The minimum space to Sibling.

Sibling

  

The sibling control to which we should anchor.