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.FloatTop Property

Specifies the vertical coordinate of the float form.

#Declaration

Delphi
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