Vcl.ComCtrls.TCustomRichEdit.SetSelTextToFriendlyURL

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetSelTextToFriendlyURL(const Text, URL: string);

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomRichEdit


説明

選択されているテキストを、わかりやすいハイパーリンクに置き換えます。 </br> このプロパティを有効にすると、ユーザーは、選択されたテキスト(SelStart 位置で始まり、SelLength 文字分続く)を、指定された URL へのハイパーリンクである任意のテキストに置き換えることができます。

関連項目