TdxTopZone Class
In This Article
Docking Functionality
Controls dropped onto the zone are docked to the top edge of the owner.
Resizing Functionality
Available when a control is docked to the bottom edge of a dock site or layout site. Allows you to resize the owner control vertically by dragging its top-most edge.
Position
Occupies a rectangle at the top edge of the owning dock control. The height of the rectangle is specified by zone width. The width of the rectangle is specified by the corresponding edge’s length.
#Declaration
Delphi
TdxTopZone = class(
TdxZone
)
See Also