Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFloatDockSite.FloatLeft Property

Specifies the horizontal coordinate of the float form.

#Declaration

Delphi
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