Skip to main content

TdxFloatDockSite.FloatTop Property

Specifies the vertical coordinate of the float form.

Declaration

property FloatTop: Integer read; write;

Property Value

Type
Integer

Remarks

The FloatTop property can be used to specify the vertical coordinate of the float form’s top-left corner. The coordinate is set relative to the top edge of the screen.

The FloatTop property is used mostly to save and restore the float site’s layout. If you need to modify the settings of the float form, you can access it using the FloatForm property of the float site.

See Also