I use Application.MessageBox to display messages in my VCL application, but when the application applied the vcl style, the message box is displayed with the window, and not with the current vcl style.
Code example
Application.MessageBox('Hello World', 'Hello', MB_OK + MB_ICONINFORMATION);
Image example

How can I show a message box with the current vcl style?
Salvador
source share