Table Line Break

General TRichView support forum. Please post your questions here
Post Reply
joffas
Posts: 6
Joined: Wed Oct 05, 2005 4:47 pm
Location: Brasil
Contact:

Table Line Break

Post by joffas »

//Ingles
How to tell what the exact line of the table that breaks next page, the component scaled?

//Portugues
Como descobrir qual a linha exata da tabela que quebra para proxima pagina, no componente scaled?
joffas
Posts: 6
Joined: Wed Oct 05, 2005 4:47 pm
Location: Brasil
Contact:

Post by joffas »

I got it


fSRVEditor.GetPageStartItemNo(2, ItemNo, Offs);
SplitTable(fSRVEditor.RichViewEdit, TRVTableItemInfo(fSRVEditor.RichViewEdit.GetItem(ItemNo)),
fSRVEditor.GetPageStartTableRow(2), True);
Post Reply