[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TDockZone.AddSibling

Inserts NewZone as preceding or following sibling.

Declaration

Source position: controls.pp line 2394

public procedure TDockZone.AddSibling(

  NewZone: TDockZone;

  InsertAt: TAlign

);

Arguments

NewZone

  

The zone to add.

InsertAt

  

How to add the zone.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.