ImageEn, unit iexRichEdit

TIERichEdit.InsertLink

TIERichEdit.InsertLink

Declaration

procedure InsertLink(LinkURL: string; LinkText: string = '');

Description

Inserts a clickable link.
if LinkText is '', the selected text is used. If there is not selected text, then the URL is used.

Example

// Insert a new link
IERichEdit1.InsertLink( 'http://www.ImageEn.com', 'ImageEn Web Site' );