TCustomRichViewEdit.ConvertToPicture

<< Click to display table of contents >>

TCustomRichViewEdit.ConvertToPicture

Converts the item type from hot-picture to picture

procedure ConvertToPicture(ItemNo: Integer);

Hot-picture is a picture with hypertext link.

If ItemNo<0, this methods works with the item at the position of caret. Otherwise (if ItemNo in range 0..ItemCount-1) it works with the specified item.

If this item is not a hot-picture (GetItemStyle/CurItemStyle <> rvsHotPicture), this method does nothing.

Method type: editstyle editing-style.

See also:

ConvertToHotPicture.