if image1.Picture='sprite\gun1.png' then
Types do not match (string and image). How then to check which image is in image1?
if image1.Picture='sprite\gun1.png' then
Types do not match (string and image). How then to check which image is in image1?
Source: https://ru.stackoverflow.com/questions/75179/
All Articles