Array of Record

LandslydeLandslyde USA
edited November 2013 in Delphi beginners

I'm having trouble finding some good online examples of creating an array of records. I'm sort of new at this. My daughter is starting a business and wants me (lol) to create a program for her that tracks her customers. So I figured setting them in Records wld be a good way. Then to array the records out when needing to view them all, etc. I'm not here for anyone to code for me. I just need a good example. Also, is there a way, when setting up the array, for it to know how many records are in the file so that it can be like:

[code]
Customers : array[1..high(CustRec)] of CustRec?
[/code]

Just wondering. Thanks in advance for any help offered.

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion