IsPictureAssigned(TPicture) Method
In This Article
Identifies whether the specified TPicture container is valid and hosts an image.
#Declaration
#Parameters
Name | Type |
---|---|
APicture | TPicture |
#Returns
Type |
---|
Boolean |
#Remarks
This global function returns True if both the APicture container is not nil and the second overloaded IsImageAssigned function variant returns True for the container’s Graphic property. Otherwise – the IsPictureAssigned function returns False.
See Also