DALB Active Member Licensed User Jan 4, 2021 #1 Hello, Happy new year and better things for everyone ! ----------------- Is there an easy way to know if an imageview yet contains a picture, such a property like imageview.isNotEmpty, or have I to control this with some flag or list ? Thanks
Hello, Happy new year and better things for everyone ! ----------------- Is there an easy way to know if an imageview yet contains a picture, such a property like imageview.isNotEmpty, or have I to control this with some flag or list ? Thanks
DALB Active Member Licensed User Jan 4, 2021 #2 found If imv.Bitmap=Null Then Log("null") Else Log("not null") End If Click to expand... Upvote 0