Vcl.ScreenTips.TScreenTipItem.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write FWidth;

C++

__property int Width = {read=FWidth, write=FWidth, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips TScreenTipItem

Description

The width of the screen tip item.

Use Width to set the width of a screen tip item. Width is used when the screen tip pop-up window is drawn.

See Also