Images
Specifies images to be shown beside Caption and Text.property Images: TImageList read FImages write FImages;Example
UxNotificationsManager1.Popup('Alert', 'Process is finished', 2); // 2 represents ImageIndex
property Images: TImageList read FImages write FImages;UxNotificationsManager1.Popup('Alert', 'Process is finished', 2); // 2 represents ImageIndex