0 LIKES LikeUnLike
Hi, I'd like to make a button in my program that changes the colour of the form, currently I have:procedure TForm1.Button5Click(Sender: TObject);begintform1.color := clBtnFace;end;but get the error: "[Pascal Error] Unit1.pas(87): E2233 Property 'Color' inaccessible here" when i try to run it, any help appreciated.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.