I am trying to provide a graphical front end for a proprietary programming language. I need to be able to display 40 rows and 31 columns in the panel. then i need to be able to select a string of character spaces and then specify field (int, char, decimal, etc.. ) type this area will represent....but i dont actually enter data of a specific field type....it is just a gui to use the specified parameters to generate code for a specific field type at a specific location when the code is generated.
Do you think Paintbox, or TImage would be best for this? or is there a better alternative.
I need to keep this as general as possible for future modification, there will probably be a modified painting method in the future and i do not know what else will be changed.
Thanks for the help.