Vcl.ComCtrls.TCustomRichEdit.SetSelTextToFriendlyURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelTextToFriendlyURL(const Text, URL: string);

C++

void __fastcall SetSelTextToFriendlyURL(const System::UnicodeString Text, const System::UnicodeString URL);

Properties

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

Description

Replaces the selected text with a friendly hyperlink.
Enabling this property allows users to replace a selected text, that starts with SelStart position and runs for SelLength characters, with any text you like that is a hyperlink to a specified URL.

See Also