TdxRightZone Members
In This Article
Docking Functionality
Controls dropped onto the zone are docked to the right edge of the owner.
Resizing Functionality
Available when a control is docked to the left edge of a dock site or layout site. Allows you to resize the owner control horizontally by dragging its right-most edge.
Position
Occupies a rectangle at the right-most edge of the owning dock control. The width of the rectangle is specified by the zone width. The height of the rectangle is specified by the corresponding edge’s length.
#Constructors
Name | Description |
---|---|
Create |
Creates a new zone.
Inherited from Tdx |
#Properties
Name | Description |
---|---|
Direction |
Returns the resizing direction.
Inherited from Tdx |
Dock |
Returns the dock index that controls will have when docked to this zone.
Inherited from Tdx |
Dock |
Returns the docking type supported by the zone.
Inherited from Tdx |
Kind |
Inherited from Tdx |
Owner |
Gets the control to which the zone belongs.
Inherited from Tdx |
Rectangle |
Returns the bounding rectangle of the zone.
Inherited from Tdx |
Selection |
Inherited from Tdx |
Width |
Gets the width of the zone.
Inherited from Tdx |
#Methods
Name | Description |
---|---|
Can |
Returns a value indicating whether the specified control can be docked to the zone.
Inherited from Tdx |
Can |
Returns a value indicating whether the specified resizing operation can be performed.
Inherited from Tdx |
Clone |
Inherited from Tdx |
Do |
Inherited from Tdx |
Do |
Inherited from Tdx |
Do |
Inherited from Tdx |
Draw |
Inherited from Tdx |
Equals |
Inherited from TObject. |
Get |
Returns the bounding rectangle of the docking frame indicating the specified control’s position if it is docked to this zone.
Inherited from Tdx |
Get |
Inherited from TObject. |
Get |
Returns the bounding rectangle of a dock control’s resizing bar.
Inherited from Tdx |
Is |
Returns a value indicating whether the specified point is within the zone.
Inherited from Tdx |
Prepare |
Inherited from Tdx |
To |
Inherited from TObject. |
Validate |
Returns a value indicating whether a zone of this type should be added to the control’s dock zones list.
Inherited from Tdx |
Validate |
Returns a value indicating whether a resize zone of this type should be added to the specified control’s resize zones list.
Inherited from Tdx |
See Also