trichview.support
Re: How to select text in table(x,y)? |
Author |
Message |
Sergey Tkachenko |
Posted: 02/27/2003 19:20:00 I do not know which of several tables in the document do you need. This cycle goes trough all main items in the document: for i := 0 to RichView.ItemCount-1 do if RichView.GetItemStyle(i)=rvsTable then begin table := TRVTableItemInfo(RichView.GetItem(i)); .... end; > > Hi; > > Thanks for your help. > The function( GetCellText(table: TRVTableItemInfo; r,c: Integer): String;)is > take a referance from table. But some of my documents contain table more > then one. > How can I passed table referance this function? > NOTE : My documents are saved RTF format for compactibility. > > Zekeriye; > |
Powered by ABC Amber Outlook Express Converter