Vcl.ComCtrls.TCustomRichEdit.SetSelTextToFriendlyURL

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetSelTextToFriendlyURL(const Text, URL: string);

C++

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

Propriétés

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


Description

Remplace le texte sélectionné par un hyperlien. </br> L'activation de cette propriété permet aux utilisateurs de remplacer un texte sélectionné (le début de la sélection commence à la position SelStart et s'applique au nombre de caractères SelLength) par un texte de votre choix (un hyperlien vers une URL spécifiée).

Voir aussi