Vcl.ComCtrls.TCustomRichEdit.ShowURLHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowURLHint: Boolean read FShowURLHint write SetShowURLHint default False;

C++

__property bool ShowURLHint = {read=FShowURLHint, write=SetShowURLHint, default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit

Description

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