When I used the code
[pascal]// Upon program initialization
Image1.TransparentColor := clFuchsia; //Whatever;
Image1.Transparent := True;[/pascal]
then when I tried to compile it it was a error : " Undeclared idetifier. 'TransparentColor'. Why?