Beginners Stuff ::
The concept of arrays in Delphi is simple: arrays allow us to refer to a series of variables by the same name and to use a number (an index) to tell them apart. Arrays have both upper and lower bounds, and the elements of the array are contiguous within those bounds.
Read the full article to learn about Array := Series of Values
Related:
Comments
No comments yet. Leave a Comment
