Vcl.Controls.TCustomHintWindow.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read FTitle;

C++

__property System::UnicodeString Title = {read=FTitle};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomHintWindow

Description

Short hint value when custom hint window displayed in the context of a control.

This string is assigned the short hint value when a custom hint window is displayed in the context of a control. This value is commonly displayed in bold at the top of the hint window, and should prompt the user as to the context of the hint.

See Also