| | isNew | |
rtdImageResource Across Down isNew Image As rtGraphic | version 1.5
Property Get isNew As Variant IsNew returns True if initialization of the object created a new image resource. Dim img as New rtdImageResource (db, "My Image")
if img.isNew then print {created image resource "My Image"} Else print {image resource "My Image" already exists} End if | |