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

TDockZone.Create

Create - constructor for TDockZone: sets local variables to show the Tree and the ChildControl, sets default bounds and then performs inherited Create

Declaration

Source position: controls.pp line 2080

public constructor TDockZone.Create(

  TheTree: TDockTree;

  TheChildControl: TControl

);

Arguments

TheTree

  

The dock tree to which this zone belongs

Description

Create - constructor for TDockZone: sets local variables to show the Tree to which the zone belongs and the ChildControl which it contains, sets default bounds and then performs inherited Create

Overrides ancestor constructors, and may be overridden

See also

TObject.Create

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