Category Archives: Uncategorized

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

PowerPDF

I fixed an issue in the PowerPDF components. The problem was that the C++Builder IDE didn’t show the installed components. For all who are waiting for such a fix, please be patient since I’m doing this in my spare time. … Continue reading

Posted in C++-Builder, Third Party Components, TurboPack, Uncategorized | Comments Off on PowerPDF

MustangPeak

This week I added some minor changes to the MustangPeak components. It is some time ago that I worked on these components, but this week a customer needed these changes. I hope that someone can profit from this work.

Posted in C++-Builder, Delphi, RAD Studio 10.4 Sydney, Third Party Components, TurboPack, Uncategorized | Comments Off on MustangPeak

VirtualTreeView

Today I merged the VirtualTreeView from TurboPack with the version from GitHub. As soon as EMBT has updated GetIt, you can download this library directly from inside the RAD Studio IDE.

Posted in C++-Builder, Delphi, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio 10.4 Sydney, Third Party Components, TurboPack, Uncategorized | Comments Off on VirtualTreeView

Encoding of .pas files part 2

In my last post I explained that it is a good strategy to encode .pas files in UTF8. From RAD Studio 10.4 you can set under “Tools/Options/User Interface/Editor” the “Default file encoding” to UTF8. In older versions of RAD Studio … Continue reading

Posted in RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio 10.4 Sydney, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Tips and Tricks, Uncategorized | Comments Off on Encoding of .pas files part 2

Encoding of .pas files

This week I would like to talk about the encoding of .pas files. Normally they are ANSI encoded which is no problem since all Delphi statements are ASCII encoded. But the exception are comments. Many developers overlook this issue, but … Continue reading

Posted in C++-Builder, Delphi, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio 10.4 Sydney, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Tips and Tricks, Uncategorized | Comments Off on Encoding of .pas files

Async and Await in TMS Web Core

Today we published a blog article on the TMS Software web site. In this article Leon explains how to write complex asynchronous Web applications with TMS Web Core and Pascal. The trick is that asynchronous calls can be written in … Continue reading

Posted in Delphi, HTML, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio 10.4 Sydney, RAD Studio XE7, RAD Studio XE8, Tips and Tricks, TMS Software, TMS Web Core, Uncategorized, Visual Studio Code | Comments Off on Async and Await in TMS Web Core