TCanvas
I am trialling FastScript and am thus far very impressed. I can create a form and display a button, etc but I need to draw some rectangles, lines and text. The TForm component does not have a Canvas. There is a TCanvas component but this does not have a Parent option so I can't attach it to the TForm.
In any case, when I try to draw to the TCanvas it returns an error message stating that the canvas is Read Only.
How can I draw lines and filled rectangles onto my form?
Thanks
Peter
In any case, when I try to draw to the TCanvas it returns an error message stating that the canvas is Read Only.
How can I draw lines and filled rectangles onto my form?
Thanks
Peter
Comments