Talk:Glossary

From Lazarus wiki
Revision as of 09:49, 3 August 2010 by Samzor (talk | contribs) (simple help required please!)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Hello there, im trying to to program someething for school as follows; on click

change color of shape to clLime



I have clicked the elipsis for on click events for my button and i have a shape but it wont seem to change color...

procedure TForm1.Button2Click(Sender: TObject); begin

table2.color:=clLime;

end;

what should i do?