1
Goodnight,
I am creating a program to read a file . plt and from this file remove the coordinates of X and Y and save in two variables. Now I need to draw these coordinates in the program. I searched and found Tcanvas but I do not know if it is the best way to draw these coordinates. Someone could help me ?
What did you mean by "I need to draw these coordinates in the program"? you have a window area you want to draw, you have a Paintbox or something?
– AnselmoMS
Why you need to "remove the coordinates of X and Y and save on two variables". Wouldn’t it be better to use the
TPoint
?– AnselmoMS