TdxFloatForm.DockSite Property
Provides access to the float site residing on the form.
Declaration
property DockSite: TdxFloatDockSite read;
Property Value
Type |
---|
TdxFloatDockSite |
Remarks
There is always a single float site residing on the form and occupying its entire client area. This float site is used to hold the floating dock control.
The DockSite property can be used to access this float site. The Child property of the float site obtained provides access to the floating dock control.
See Also