I want to know if it's possible to log a message into the Messages panel in the IDE from your code.
Like how in JavaScript you can do console.log to log a message to the browser console. I want to use this for debugging purposes.
How can I log something to the Messages panel when running the app from Delphi IDE? Is this possible?
I want to log it here: Delphi Messages Screenshot
I've tried looking online for ways, but could not find any