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