Jump to content
Software FX Community

Re: How to get an Extension handle in Delphi


User (Legacy)

Recommended Posts

Okay, Thank you for pointing that out. 

Excuse me, I feel a little stupid...

But what if I added the extension in design time. Then I do not know

'AnnotationX.AnnList' or what else string that may be.

I want to try:

AnnotX := ChartFX1.getextension('AnnotationX.AnnList');

Where do I get the string 'AnnotationX.AnnList', or is it always the same?

and what type is AnnotX.

Maurice Wasbauer

STC <chartfx@stcenergy.com> wrote in message

news:DE0379D14694D211B4CE00609770710D049236@sftfx-221.wamnet.net...

> Try,

>

> ChartFX1.addextension('AnnotationX.AnnList');

> AnnotX:=ChartFX1.getextension('AnnotationX.AnnList');

>

> Ivan

> www.stcenergy.com

>

>

>

> M.Wasbauer <m.wasbauer@mcse-nl.demon.nl> wrote in message

> news:DE0379D14694D211B4CE00609770710D04921D@sftfx-221.wamnet.net...

> > I am trying to get the handle to a ChartFX Extension. In VB there are

many

> > examples but There is nothing documented for Delphi 4.

> >

> > Can anyone tell me how to do it?

> >

> > Thanks in advance

> >

> > M.Wasbauer

> >

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...