Category Archives: Uncategorized

Compiling TMS Web Core Projects with the Delphi Compiler

If you are interested in compiling TMS WEB Core for Delphi projects with the Delphi compiler, then have a look at this article from TMS.

Posted in Delphi, HTML, JavaScript, RAD Studio 11 Alexandria, TMS Software, Uncategorized | Comments Off on Compiling TMS Web Core Projects with the Delphi Compiler

Extensions for TMS WEB Core for Delphi

If you are interested in writing extensions for TMS WEB Core for Delphi or in writing Delphi IDE plugins in general, then have a look at this article from TMS. Or better purchase a version of TMS WEB Core for … Continue reading

Posted in Delphi, RAD Studio 11 Alexandria, TMS Software, TMS Web Core, Uncategorized | Comments Off on Extensions for TMS WEB Core for Delphi

Platform Icons in Alexandria 11.1

With the brand new version Alexandria 11. 1 of RAD Studio Embarcadero introduced icons for the platform in the so called project gallery. Since Alexandria 11.1 supports High DPI the platforms icons fit to the current resolution of the screen. … Continue reading

Posted in Delphi, RAD Studio 11 Alexandria, Tips and Tricks, TMS Software, TMS Web Core, Uncategorized | Comments Off on Platform Icons in Alexandria 11.1

AsyncPro

Today I received a pull request for a patch in AsyncPro. I am happy to confirm that this has been merged. Many thanks to the community!

Posted in C++-Builder, Delphi, RAD Studio 11 Alexandria, TurboPack, Uncategorized | Comments Off on AsyncPro

Orpheus

Today I received a pull request for the Orpheus library. I merged it and say many thanks to all people who support these libraries in their spare time.

Posted in Delphi, RAD Studio 11 Alexandria, Third Party Components, TurboPack, Uncategorized | Comments Off on Orpheus

AsyncPro

Today I fixed an issue in AsyncPro. If I may quote the description of AsyncPro: Async Professional is a comprehensive communications toolkit for Embarcadero Delphi and C++Builder. It provides direct access to serial ports, TAPI, and the Microsoft Speech API. … Continue reading

Posted in C++-Builder, Delphi, RAD Studio 11 Alexandria, Third Party Components, TurboPack, Uncategorized | Comments Off on AsyncPro

LockBox3

I just compiled the LockBox3 library for the different platforms Widows32, Windows64, macOS64 Intel, macOS64 ARM, Linux64, iOS64, Android32 and Android 64. It is incredible how powerful RAD Studio 11 Alexandria is.

Posted in Delphi, RAD Studio 11 Alexandria, TurboPack, Uncategorized | Comments Off on LockBox3

UltraEdit

Maybe most of you already heard it but Idera has acquired UltraEdit! I’m using UltraEdit for many years. It is a very powerful text editor which many features. I mostly like the hex editor. Anyway, maybe in the future UltraEdit … Continue reading

Posted in Delphi, Tips and Tricks, Uncategorized | Comments Off on UltraEdit

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