Monthly Archives: June 2021

TBytesStream

I guess that you all already worked with a TBytesStream. It is derived from a TMemoryStream and offers direct access to the underlying TBytes: … TBytesStream = class(TMemoryStream) private … property Bytes: TBytes read FBytes; end; … So far so … Continue reading

Posted in Delphi, RAD Studio 10.4 Sydney, Tips and Tricks, Uncategorized | Comments Off on TBytesStream

Improved the Demo for Web Application

Today we updated our TMS Web Core demo application. If you are interested to see it, don’t hesitate to contact us.

Posted in Uncategorized | Comments Off on Improved the Demo for Web Application

Hybrid Web applications

This week TMS held a webinar about the next release 1.8 of TMS Web Core which includes the next version of Miletus. Miletus is a framework that allows you to create HTML and CSS based web applications for the desktop. … Continue reading

Posted in CSS, HTML, RAD Studio 10.4 Sydney, TMS Software, TMS Web Core, Uncategorized | Comments Off on Hybrid Web applications

Demo for Web Application

Today we created a demo for a Web Application which is responsive, supports light and dark mode and where the language can be selected. We have written this application with HTML, CSS, JavaScript and TMS Web Core. For everybody who … Continue reading

Posted in CSS, Delphi, HTML, JavaScript, TMS Web Core, Uncategorized | Comments Off on Demo for Web Application