Skip to main content

TdxScreenTip.Width Property

Specifies the width of the currently processed ScreenTip.

Declaration

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