programatically testing if there was assigned an image to a TImage on a form
Posted
by Raphael
on Stack Overflow
See other posts from Stack Overflow
or by Raphael
Published on 2010-04-27T00:38:36Z
Indexed on
2010/04/27
0:43 UTC
Read the original article
Hit count: 260
There's a TImage component on a form in my program.
In some situation, the program must test:
If "there is an image assigned to the picture property of the TImage component" then .............
How can I do this?
Thanks in advance.
© Stack Overflow or respective owner