Vcl.ScreenTips.TScreenTipItem.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: TStrings read FDescription write SetDescription;

C++

__property System::Classes::TStrings* Description = {read=FDescription, write=SetDescription};

Properties

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

Description

The hint's text.

Description represents the text that appears in the body of the screen tip pop-up window when the action or the control for which the screen tip processing is occurring is enabled.

See Also