ImageEn, unit iexRichEdit |
|
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.
// Insert a new link
IERichEdit1.InsertLink( 'http://www.ImageEn.com', 'ImageEn Web Site' );