Thanks for your reply, this refers to something I still don't understand.
When I code this :-
private MyIndy1 Indy1;
protected override void OnStartUp()
{
MyIndy1 = Indy1(param list....)
}
does that mean I am creating a reference to the instance that exists in the chart? Or am I creating a new instance?
Would you be able to explain?
Thanks,
Will.

Comment