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

TdxAlertWindowImageViewInfo.IsImageAssigned Property

Identifies whether the specified image container or list hosts an image.

#Declaration

Delphi
property IsImageAssigned: Boolean read;

#Property Value

Type
Boolean

#Remarks

The first overloaded function variant accepts an image container, image list, and the source image’s index within the latter as the AGlyph, AImageList, and AImageIndex parameters, respectively. This variant returns True if either the specified image container is valid and not empty or the image list has an image at the AImageIndex position. The function returns False if finds no image in either container.

The second overloaded function variant returns True only if the specified container exists and its Empty property is False. Otherwise, the function returns False.

The third overloaded function variant returns True only if the specified image list exists, and the AImageIndex value corresponds to an image stored in the list. Otherwise, the function returns False.

Note

The first overloaded IsImageAssigned function variant calls the second and third variants internally to evaluate all parameters.

See Also