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

TdxAlertWindowMessage.ImageIndex Property

Specifies the index of the image displayed in an alert window message.

#Declaration

Delphi
property ImageIndex: TcxImageIndex read; write; default -1;

#Property Value

Type Description
TcxImageIndex

The index of the image in the image list assigned to an alert window’s OptionsMessage.Items property. If -1 is assigned to the property, the alert window message displays no image.

#Remarks

You can pass the required image index as the Show procedure’s parameter.

The ImageIndex property’s default value is -1.

See Also