Vcl.ComCtrls.TRichEdit.ShowURLHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowURLHint;

C++

__property ShowURLHint = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

Shows the URL address when mouse is over link.

Vcl.ComCtrls.TRichEdit.ShowURLHint inherits from Vcl.ComCtrls.TCustomRichEdit.ShowURLHint. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.ShowURLHint.

Shows the URL address when mouse is over link.
Setting to True causes tooltips to automatically display when the mouse is over a URL.

See Also