Vcl.Controls.THintInfo.HintMaxWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

HintMaxWidth: Integer;

C++

int HintMaxWidth;

Properties

Type Visibility Source Unit Parent
field public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls THintInfo

Description

The maximum width of the hint window before word wrapping begins. By default, the value is the width of the screen (the Width property of the global Screen variable).

See Also