Passing large data between forms

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I have an application that simulates heat exchangers.
There is a Edit form that allows to edit the parameters of the heat
exchanger - 50-60 parameters. Currently Iam using 6 structures (each with
8-10 elements) that I pass between the main form and the edit form. These
structures are also passed around in other forms and modules (for saving to
file etc.).
Is there a better way of doing this ? i.e. not using structures etc.

Thank you.
vikrantca
 
Back
Top