Search found 3 matches

by ianh
Mon Apr 28, 2008 10:04 pm
Forum: Support
Topic: Multilevel numbering
Replies: 5
Views: 15679

I've used this example to get started using auto numbered headings. I'm also trying to find all of the top level headings and list them in a TMemo component. The code I'm using is here: var n: Integer; AListNo, AListLevel, AStartFrom: Integer; AUseStartFrom: Boolean; begin Memo1.Lines.Clear; for n ...
by ianh
Thu Apr 17, 2008 9:33 am
Forum: Support
Topic: OnCheckpointVisible in TRichViewEdit?
Replies: 3
Views: 10770

> You can try to implement it yourself .....

OK cool. I didn't want to start doing it if there was a fundamental problem that I hadn't spotted, or if it was going to be included in the near future anyway.

Thanks.
by ianh
Wed Apr 16, 2008 10:04 pm
Forum: Support
Topic: OnCheckpointVisible in TRichViewEdit?
Replies: 3
Views: 10770

OnCheckpointVisible in TRichViewEdit?

Hello

Are there any plans to include the event OnCheckpointVisible within the TRichViewEdit component?

Thanks
Ian