Vcl.Controls.TCustomHintWindow.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: string read FDescription;

C++

__property System::UnicodeString Description = {read=FDescription};

Properties

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

Description

Hint when custom hint window displayed in context of control.

This string is assigned the long hint value when a custom hint window is displayed in the context of a control. Use this value for the long description for a hint, as it is displayed in the default font, below the title which is displayed commonly in a bold font.

See Also