Hi,
This is what I want to do...
I use 2 forms. Form1 has a Listbox, an Edit, and two Buttons.I input someone's name to the Edit.Then when I push the Button, the name will be added to the ListboxItems.
When I push the other Button, Form2'll be shown which has 3 Edits and one Button. Edit1 has the name added to the listbox.Other user information will be input to Edit2&3.
These are not challenging but the problem is next step.
I want to keep the information added in Form2 while I run the application. So, for instance, if I input the name A in Form1, then add some information in Form2 and close Form2.Next time I open Form2, the information I input in Form2 will be kept and shown again.
How can I keep the information? I tried WriteComponent and ReadComponent but the performance didn't meet my expectation.
I want to use AssignFile and save information to files but there's several Edits and I don't really know how to do.
Any help will be greatly appreciated.
This is what I want to do...
I use 2 forms. Form1 has a Listbox, an Edit, and two Buttons.I input someone's name to the Edit.Then when I push the Button, the name will be added to the ListboxItems.
When I push the other Button, Form2'll be shown which has 3 Edits and one Button. Edit1 has the name added to the listbox.Other user information will be input to Edit2&3.
These are not challenging but the problem is next step.
I want to keep the information added in Form2 while I run the application. So, for instance, if I input the name A in Form1, then add some information in Form2 and close Form2.Next time I open Form2, the information I input in Form2 will be kept and shown again.
How can I keep the information? I tried WriteComponent and ReadComponent but the performance didn't meet my expectation.
I want to use AssignFile and save information to files but there's several Edits and I don't really know how to do.
Any help will be greatly appreciated.