Sergey,
Sorry. I don't understand you. What do you mean by 'use cycle'.
Thank you,
- Manuel Onate
Search found 4 matches
- Wed May 02, 2007 9:12 am
- Forum: Support
- Topic: Traversing hyperlinks
- Replies: 8
- Views: 22722
- Thu Apr 26, 2007 6:00 pm
- Forum: Support
- Topic: Traversing hyperlinks
- Replies: 8
- Views: 22722
Sergey, Thank you very much for your prompt reply. The scrolling part works perfectly. The selection doesn't. If I add the line: RVData := RVData.Edit; as per your suggestion, I get a List Index Out of Bounds exception in the function TCustomRVData.EnumItems when I try to select an item contained ...
- Wed Apr 25, 2007 8:37 pm
- Forum: Support
- Topic: Traversing hyperlinks
- Replies: 8
- Views: 22722
Sorry for the delay in answering. I thought I had solved my needs by using code like the one below, and forgot to check the forum. procedure TfmMain.EnumMark(RVData: TCustomRVData; ItemNo: Integer; var UserData1: Integer; const UserData2: String; var ContinueEnum: Boolean); // Mark all Jumps with ...
- Thu Mar 22, 2007 4:24 pm
- Forum: Support
- Topic: Traversing hyperlinks
- Replies: 8
- Views: 22722
Traversing hyperlinks
Hi, I have a document loaded in a TRichViewEditor (in ReadOnly mode) with many hyperlinks, both in text and in tables. I'd like to traverse the list of hyperlinks to replace text and replace the formatting of the hyperlinks: Something like (in pseudocode): for i := 1 to Hyperlinks.Count do if ...