Difference between revisions of "Talk:Glossary"

From Lazarus wiki
Jump to navigationJump to search
m (simple help required please!)
 
(useless content; please ask questions on the forum or mailing lists)
 
Line 1: Line 1:
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?
 

Latest revision as of 09:27, 6 May 2014