Jump to content
Software FX Community

Annotation


User (Legacy)

Recommended Posts

If Annotation extension is included at Design Time, could somebody please 

tell me how to use AnnotX.Remove[-1] in Delphi 4.

I know I have to do AnnotX:=ChartFX1.getextension('AnnotationX.AnnList');

and that returns some sort of handle. How do I define this handle and how do

I use it to remove all Annotation objects is a mystery to me. How do I get

to a stage when I can finally do AnnotX.Remove[-1] to remove all drawn

objects.

At the moment I am using

ChartFX1.removeextension('AnnotationX.AnnList');

ChartFX1.addextension('AnnotationX.AnnList');

which does the job but is not very clever.

Best Regards,

STC

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...