I want to display message on PC which may not be attended. The user can read the message when he comes back.
Execution of my app must continue, so I need something non-modal. Before I starting code & creating new forms, I would like ask if there is something like `ShowMessage' which is non-modal.
[Update] Thanks for the feedback so far. I do know how to do it using a form, I just wondered if there something that would involve me writing less code. It seems not. I shall search the VCL component sites to see if someone has already inverted this particular wheel.
It looks like the short answer to my question is "no".