Skip to main content

TdxFloatDockSite.FloatLeft Property

Specifies the horizontal coordinate of the float form.

Declaration

property FloatLeft: Integer read; write;

Property Value

Type
Integer

Remarks

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

The FloatLeft 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