Back to Devexpress

TdxFloatForm Class

vcl-dxdockcontrol-a77c1981.md

latest1.9 KB
Original Source

TdxFloatForm Class

Represents the form holding floating dock controls.

Declaration

delphi
TdxFloatForm = class(
    TdxCustomFloatForm
)

Remarks

When a dock control is made to float, an underlying float site is created for it. Also, a form holding that float site is created. TdxFloatForm objects represent such forms.

The TdxFloatForm class overrides the default form behavior for two purposes:

  • To change the initial appearance of floating forms.

  • To change the way the form behaves when dragging it. The form is not moved but, instead, a frame indicating its potential position is painted.

Also, the TdxFloatForm class implements float site management. For instance, it closes the site when the form is closed. Additionally, it updates the site when either the position or size of the float form has been changed.

Inheritance

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TdxCustomForm TdxCustomFloatForm TdxFloatForm

See Also

Float Sites

TdxFloatForm Members

dxDockControl Unit