Category Archives: RAD Studio XE8

ConTEXT for High DPI with new Icons

Today I published a new version of the ConTEXT editor. As I explained in my previous posts ConTEXT is a small, fast and powerful freeware text editor, developed to serve as a secondary tool for software developers. It has originally … 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 XE5, RAD Studio XE6, RAD Studio XE8, Tips and Tricks, Uncategorized | Comments Off on ConTEXT for High DPI with new Icons

TMS Certified Consulting Partners

We are happy to announce our new TMS Certified Consulting Partnership. For everyone who doesn’t know TMS Software, TMS offers great components for Delphi and Lazarus, including the FNC components for VCL, FMX and LCL and the Business framework XData … Continue reading

Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio 10.3 Rio, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Third Party Components, TMS Software, TMS Web Core, Uncategorized | Comments Off on TMS Certified Consulting Partners

First Video about TMS Web Core

We just uploaded our first video about TMS Web Core. It is a small introduction about how to create a TMS Web Core project.

Posted in Delphi, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE7, RAD Studio XE8, TMS Software, TMS Web Core, Uncategorized | Comments Off on First Video about TMS Web Core

IDE Integration of TMS Web Core

Yesterday I presented TMS Web Core in a general way but today I would like to talk about the IDE integration of TMS Web Core. From the beginning the goal was to integrate TMS Web Core into the IDE that … Continue reading

Posted in Delphi, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, TMS Software, TMS Web Core, Uncategorized | Comments Off on IDE Integration of TMS Web Core

TMS Web Core

Yesterday, it has been a wonderful and symbolic day. It was Delphi’s birthday, Valentines Day and after weeks of rainy weather the sun was shining in North-Rhine-Westphalia where I live. 🙂 And something else happened: TMS Software announced TMS Web … Continue reading

Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE8, TMS Software, TMS Web Core, Uncategorized | Comments Off on TMS Web Core

New Video about Exceptions

Today we published another video, this time about Exceptions. As always, if you like this channel then please subscribe it. We are also very pleased about some likes. Enjoy the video.

Posted in Delphi, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Tips and Tricks | Comments Off on New Video about Exceptions

TMS Day Meerbusch Nov 23, 2017

I’m happy to announce that TMS Software organizes a new training day on Thursday November 23rd in Meerbusch, NRW, Germany. The sessions will be spent on Google Maps integration, TMS VCL & FNC components brought by ir. Bruno Fierens, TMS … Continue reading

Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Third Party Components, TMS Software, Uncategorized | Comments Off on TMS Day Meerbusch Nov 23, 2017

TMS Passkit at German Code Rage 2017

This year I will hold a presentation at the German Code Rage 2017. You can join it on Thursday, 22th at 1 pm. I will talk about the new TMS PassKit component. With TMS PassKit, wallet PassKit files can be … Continue reading

Posted in C++-Builder, Delphi, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE8, Third Party Components, Uncategorized | Comments Off on TMS Passkit at German Code Rage 2017

Free Capacities

Hi all, I currently have free capacities. I’m looking for remote contract work. I’m a specialist in all Delphi versions, particularly components, SQL databases, ORM and multi-threading. — Thanks, Roman

Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Third Party Components, Tips and Tricks, Uncategorized | Comments Off on Free Capacities

Nice Approach For Exception Safe Code

Maybe everyone knows the issue with code that is not exception safe. Let’s see an example: function MyFunction: TMyObject; begin Result := TMyObject,Create; Result.DoSomething; end; The function MyFunction returns an instance of an object which is normally no problem. But … Continue reading

Posted in Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio 10.2 Tokyo, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Tips and Tricks | Comments Off on Nice Approach For Exception Safe Code