[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create - constructor for TDockZone: sets local variables to show the Tree and the ChildControl, sets default bounds and then performs inherited Create
Source position: controls.pp line 2080
public constructor TDockZone.Create( |
TheTree: TDockTree; |
TheChildControl: TControl |
); |
TheTree |
|
The dock tree to which this zone belongs |
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
lazarus-ccr.sourceforge.net |