
Last seen: Oct 23, 2025
It is in the IDE. The "documentation" button, last on the toolbar to the right.The docs are being worked on every day here, so it will grow more and m...
I agree. This is sadly out of our control since we are using standard Delphi themes for VCL, and the listview is missing styling for exactly this.You ...
Sad to hear that you find it so bad. It boils down to how you are used to working and habits, all IDE's take some getting used to, but the things you ...
QTX supports node.js and have a considerable portion of its RTL dedicated to that. What you would do is implement a node server who manages the databa...
You really dont need to do this as inline JS, most of this is perfectly doable in clean pascal. Also, the start of that code is very slow since it cal...
You have bun and also deno. Node.js is the oldest so we have aimed for that, but from what i see deno is compatible with node.js, so the same code sho...
There was a new update last week 🙂 Aim is to have v1.0 out before summer vacation. A company was setup around xmas, so we have been hard at work for ...
Lovely! Works like a charm!NOTE: This depends on font-awesome! Add the following line to the HTML->Head section in your index.html file: <...
Everything in JS is json based. Its the foundation for all JS objects, even prototypes. XML is likewise built in, but you have to work it the way you ...
You posted this while i was on sickleave for a month, then vacation came along, so this reply has been a long time coming. I apologize for that. Lik...
Really nice!