Vcl.Controls.THintInfo.HintStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

HintStr: string;

C++

System::UnicodeString HintStr;

Properties

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

Description

The string to be displayed in the hint window. This allows an OnHint event handler to modify the contents of a hint before it is displayed.

By default, Vcl.Controls.THintInfo.HintStr contains the value returned by the GetShortHint function when passed the value of the Application variable's Hint property.