Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IsPictureAssigned(TPicture) Method

Identifies whether the specified TPicture container is valid and hosts an image.

#Declaration

Delphi
function IsPictureAssigned(APicture: TPicture): Boolean;

#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