Search found 1 match

by ranjanbag
Tue Oct 02, 2012 10:50 am
Forum: Support
Topic: TCustomRichViewEdit.TopLevelEditor.Format is giving error
Replies: 1
Views: 7705

TCustomRichViewEdit.TopLevelEditor.Format is giving error

Hi, I have the following code in our application. But some time "TCustomRichViewEdit.TopLevelEditor.Format" it is throwing error - "List Index Out of bounds(-1). Could you please tell me what is the solution? CellData := BaseTable.Cells[CurrentRow, CurrentCol]; CellData.Edit; RVData := CellData ...