C++ Builder Compatibility?

Is Web Core compatible with C++ Builder Rio?  I am particularly interested in having a web page like interface (drawn using JavaScript and HTML) and have it have hooks to process buttons pressed in the C++ application (either in addition to the JavaScript commands or only in Rio).

TMS WEB Core applications are written in the Object Pascal language.  There is not a way to write this in C++.

You can host a TMS WEB Core web client application in a TTMSFNCWebCoreClientBrowser (component in TMS FNC UI Pack, https://www.tmssoftware.com/site/tmsfncuipack.asp ) and interact/communicate from a C++ application with this TMS WEB Core web client application running in this browser.