I want to know if there is a way to make an array with multiple types of data fields.
So far, I am using aMyArray: TPoint’s array [0..1]Array;
But now, this is not enough for me. I need
I want to know if there is a way to make an array with multiple types of data fields.
So far, I am using aMyArray: TPoint’s array [0..1]Array;
But now, this is not enough for me. I need