-
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
Monthly Archives: April 2013
VirtualTree and XE4
Today I also ported the VirtualTree component to XE4. The VirtualTree has been created by Mike Lischke. On his website he gives some information about this component: “Virtual Treeview is a treeview control built from ground up. More than 13 … Continue reading
Posted in Third Party Components
Comments Off on VirtualTree and XE4
SynEdit and XE4
Today I added XE4 support to SynEdit. SynEdit is a nice syntax highlighting editor for Delphi which you can also find under SourceForge: “SynEdit is a syntax highlighting edit control, not based on the Windows common controls. SynEdit is compatible … Continue reading
Abbrevia and XE4
Abbrevia is also one of the good old TurboPower components like Orpheus. It is also hosted at SourceForge and it is maintained by Craig Peterson, one of the Beyond Compare developers. You can read at SourceForge the following: “Abbrevia is … Continue reading
Posted in Third Party Components
Tagged Abbrevia, Delphi, TurboPower
Comments Off on Abbrevia and XE4
Orpheus and XE4
Orpheus is a very old VCL component suite for Delphi. It started with Delphi 1 and supports all Delphi versions including XE4. It also supports the C++Builder. Orpheus has originally been created by the great TurboPower company which closed their … Continue reading
PowerPDF for XE4
Today I added support for XE4 to the PowerPDF component. As I already explained in an older post PowerPDF is a Delphi VCL component that allows to create pdf documents visually. PowerPDF supports the Delphi version 2007, 2010, XE, XE2, … Continue reading
Indexing of Strings
As everyone knows Delphi strings are 1-based. This means that they are starting at the index 1 and ending at the index “Length()”. The reason is that Borland made the huge strings compatible to the old ShortStrings that had a … Continue reading
Record Helpers for Intrinsic Types, Part 3 – Update
As I already told you, I’m using the great record helpers for intrinsic types. XE3 already ships with the TStringHelper which is defined in System.SysUtils. I looked at the implementation and there a some parts that make me really disappointed. … Continue reading
Posted in Tips and Tricks
Tagged Delphi
Comments Off on Record Helpers for Intrinsic Types, Part 3 – Update
Record Helpers for Intrinsic Types, Part 2 – Update
This week I used some record helpers for intrinsic types and I think that they are a wonderful feature. This means that you should update at least to XE3 to use this great feature. But as always there are some … Continue reading
Posted in Tips and Tricks
Tagged Delphi
Comments Off on Record Helpers for Intrinsic Types, Part 2 – Update