TdxAlertWindowMessage.ImageIndex Property
In This Article
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 |
---|---|
Tcx |
The index of the image in the image list assigned to an alert window’s Options |
#Remarks
You can pass the required image index as the Show procedure’s parameter.
The ImageIndex
property’s default value is -1
.
See Also