Problem with SetListMarkerInfo and TRichView
Posted: Sun Nov 19, 2006 5:54 pm
Hi
I use a code like this for adding list to richview. But it doesn't work and raise an exception:
Do you have an idea why this occur and is another way for adding List to RV?
Thank you
I use a code like this for adding list to richview. But it doesn't work and raise an exception:
Code: Select all
RV.SetListMarkerInfo(-1,0,0,1,0,False);
RV.AddNLWTag('test', 10), 0, 0, 0);
Thank you