Search found 5 matches

by rvu
Wed Mar 28, 2007 5:58 pm
Forum: Support
Topic: Loading text in columns
Replies: 4
Views: 12285

Thank you Sergey
by rvu
Wed Mar 28, 2007 4:12 pm
Forum: Support
Topic: Get First line in view .. how to ?
Replies: 2
Views: 9449

Hello

Thank you.

Best Regards
by rvu
Wed Mar 28, 2007 4:12 pm
Forum: Support
Topic: Loading text in columns
Replies: 4
Views: 12285

Hello I created a table Like this : Tbl := TRvTableItemInfo.CreateEx(1,2,RichView1.RVData); RichView1.AddItem('table', Tbl); RichView1.Format; then I loaded a text file into the first column like this : if OpenDialog1.Execute then begin tbl.Cells[0,0].LoadText(OpenDialog1.FileName,0,0,True ...
by rvu
Wed Mar 28, 2007 3:35 pm
Forum: Support
Topic: Loading text in columns
Replies: 4
Views: 12285

Loading text in columns

Hello
I want to load a file (txt, rtf) into 2 columns in the TRichViewEdit component.
What is the method for doing this ?

Thanks
by rvu
Wed Mar 28, 2007 10:26 am
Forum: Support
Topic: Get First line in view .. how to ?
Replies: 2
Views: 9449

Get First line in view .. how to ?

Hello
I am trying to get the very first line that is shown in the TRichViewEdit control. This line would increment / decrement when the user scrolls down / up using the V scrollbar.
How can i get this line number ?

Thank you