[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: controls.pp line 2551
public constructor TDockZone.Create( |
TheTree: TDockTree; |
TheChildControl: TControl |
); |
TheTree |
|
The dock tree to which this zone belongs. |
TheChildControl |
|
The control in this zone (or Nil when unassigned). |
Stores values passed in the TheTree and TheChild arguments to the Tree and ChildControl property. Sets the initial bounds for the dock zone to an empty rectangle. This causes the Top, Left, Width, and Height properties to contain 0 (zero).
Version 4.0 | Generated 2025-05-03 | Home |