-
Recent Posts
Archives
- April 2024
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- February 2020
- May 2019
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- June 2017
- April 2017
- March 2017
- September 2016
- June 2016
- April 2016
- January 2016
- December 2015
- August 2015
- July 2015
- April 2015
- October 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- October 2013
- September 2013
- August 2013
- April 2013
- November 2012
- October 2012
Categories
- C++-Builder
- CSS
- Delphi
- FireMonkey
- HTML
- JavaScript
- 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 11 Alexandria
- RAD Studio 12 Athens
- RAD Studio XE5
- RAD Studio XE6
- RAD Studio XE7
- RAD Studio XE8
- SourceForge
- Third Party Components
- Tips and Tricks
- TMS Software
- TMS Web Core
- TurboPack
- TurboPower
- Uncategorized
- Visual Studio Code
Meta
Category Archives: FireMonkey
Foren-Tage
Yesterday I returned from the Foren-Tage. It has been a wonderful event with an amazing trip on a ship around the Port of Hamburg. The trip has been sponsored by TMS Software. Many thanks for that! On the conference on … Continue reading
Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10.2 Tokyo, Third Party Components, Tips and Tricks, TMS Software, Uncategorized
Comments Off on Foren-Tage
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
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
RAD Studio 10.2 Tokyo and TurboPack
Maybe most of you already heard that the next release of RAD Studio will be 10.2 Tokyo. Additionally to supporting Win32, Win64, MacOS, iOS and Android RAD Studio 10.2 Tokyo will support Linux64. As always I updated the TurboPack libraries … 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, SourceForge, Third Party Components, Tips and Tricks, TurboPack, TurboPower
Comments Off on RAD Studio 10.2 Tokyo and TurboPack
EncodeString
This week I had to migrate an application from Delphi XE3 to Delphi Berlin and this application uses a Base64 encoding. Normally Base64 encoding is not difficult stuff and Delphi XE3 simply offers the function EncodeString in the unit Soap.EncdDecd. … Continue reading
Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, Tips and Tricks, Uncategorized
Comments Off on EncodeString
GitHub or Bitbucket
I’m currently hosting the TurboPack components under GitHub but which not surprisingly supports Git. But normally I’m working with HG because of the great TortoiseHG tool. With the the help of the HGGit extension I can use TortoiseHG with Git … Continue reading
Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, SourceForge, Third Party Components, Tips and Tricks, TurboPack, TurboPower, Uncategorized
Comments Off on GitHub or Bitbucket
RAD Studio 10.1 Berlin and TurboPack
Maybe most of you already heard the latest news, today RAD Studio 10.1 Berlin shipped. With the release of the version of RAD Studio I updated the TurboPack libraries. You can download the TurboPack libraries manually from the TurboPack website … Continue reading
Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio 10.1 Berlin, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, SourceForge, Third Party Components, Tips and Tricks, TurboPack, TurboPower, Uncategorized
Comments Off on RAD Studio 10.1 Berlin and TurboPack
RAD Studio 10 Seattle and TurboPack
Maybe most of you already heard the latest news, today RAD Studio 10 Seattle shipped. With the release of the version of RAD Studio I updated the TurboPack libraries. You can download the TurboPack libraries manually from the TurboPack website … Continue reading
Posted in C++-Builder, Delphi, FireMonkey, RAD Studio 10 Seattle, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, SourceForge, Third Party Components, Tips and Tricks, TurboPack, TurboPower, Uncategorized
Tagged GetIt
Comments Off on RAD Studio 10 Seattle and TurboPack
Components for XE8 and GetIt
From my last post many of you already know that I’m maintaining some components for RAD Studio, particularly Delphi but also for C++Builder. As I mentioned in that post Embarcadero sponsored me to this work and Embarcadero’s RAD Studio Product … Continue reading
Posted in C++-Builder, Delphi, FireMonkey, RAD Studio XE5, RAD Studio XE6, RAD Studio XE7, RAD Studio XE8, SourceForge, Third Party Components, Tips and Tricks, TurboPack, TurboPower, Uncategorized
Comments Off on Components for XE8 and GetIt