Vcl.ComCtrls.TCustomRichEdit.ShowURLHint
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.