TdxAlertWindowOptionsMessage.Images Property
In This Article
Specifies the image list that provides images for alert window messages.
#Declaration
Delphi
property Images: TCustomImageList read; write;
#Property Value
Type |
---|
TCustom |
#Remarks
Use an alert window message’s ImageIndex property to select an image from the specified Images list.
See Also