Hi, first post =)
Basically i have two forms in my application,
and one form contains a record & a save procedure
type
TShares = record
Name : string[20];
Profession : string[20];
Location : string[50];
var
Records : array[1..50] of TShares;
procedure Save(RecordNo : integer);
begin...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.