Developer

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

See also