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

TdxScreenTip.Width Property

Specifies the width of the currently processed ScreenTip.

#Declaration

Delphi
property Width: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

If the Width property is set to 0, the ScreenTip’s width is calculated automatically. The calculated value depends upon whether an explanatory image in the ScreenTip’s description section is provided. If so, the ScreenTip’s window is 318 pixels wide. Otherwise, the window’s width is 210 pixels.

The default value of the Width property is 0.

See Also