Save and load Excel .XLSX files from grids in Delphi or C++Builder apps
The Microsoft Excel file as industry standardThe Excel .XLSX file format is these days a de facto standard file format to exchange all kinds of tabular data. As the information in an Excel sheet is 2...
View ArticleExtensions for TMS WEB Core for Delphi
1. IntroductionTMS WEB Core is a framework that allows the user to write JavaScript web client applications with the Object Pascal language. Therefore the Object Pascal code is transpiled to...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: FontAwesome
This time out, we are exploring FontAwesome, another wildly popular JS library. Like Bootstrap last week, FontAwesome requires no JavaScript coding knowledge and very little in the way of HTML or CSS...
View ArticleManaging displays with the Multi-Screen Window Placement API
With the release of Google Chrome 100 came the new Multi-Screen Window Placement API. This API allows you to enumerate the displays connected to your machine and to place windows on specific screens....
View ArticleCompiling TMS WEB Core Projects with the DCC
1. IntroductionTMS WEB Core is a framework that allows the user to write JavaScript applications with the Pascal language. Therefore the Pascal code is transpiled to JavaScript.TMS WEB Core supports...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Interact.js + BigText.js
In the last two outings, we covered some big JS libraries. Bootstrap and FontAwesome are wildly popular and with good reason. And getting started using them in your TMS WEB Core project couldn't be...
View ArticleVisualize your own data structure in Delphi
In April, we did a blog on how to retrieve Google Analytics results, and display them in a TMS FNC Chart instance. The data, coming from the request, was displayed in a points collection. Did you...
View ArticleMeet Deputy, the new IDE expert, part of RunTime ToolKit
Developing in Delphi sometime presents a frustrating work-flow, experts allow us to alter some behaviors and Deputy targets the one that I disagree with the most, prompt for overwrite. This post will...
View ArticleApplication Shortcuts and Speech Recognition in TMS iCL on FMX
TMS iCL is our Delphi iOS component library. The components are in fact wrappers around the iOS operating system level defined controls and are usable from a FireMonkey form. As iCL controls wrap iOS...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: jQuery
In previous articles in this series, we've covered some big JS libraries like Bootstrap and FontAwesome. But there's another important JS library out there. It can be found lurking under...
View ArticleInteract with your chart data in Delphi
Last week we did a blog on visualizing your own data structure, which showed the capabilities of virtual data, and the little code required to get up and running. Today's blog is demonstrating how to...
View ArticleSpecial upgrade prices
Are you keeping up with our latest developments?We know it is hard to keep up with our latest developments, it is going super fast!Best way to stay updated? Of course TMS ALL-ACCESS!To give our...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer (part 1)
As we make our way through various JavaScript libraries, there's a rather important topic that we've touched upon briefly once or twice. But we're about to hit it head-on in a big way. I'm talking...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer (part 2)
Here is part 2 of "Extend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer"20: Relative Performance.21: Iterate through JSON Object Elements.22: Traverse Entire JSON Object.23: Compare...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: FlatPickr
So far in this blog series, we've covered JS libraries that included Helpers, Tools, and Assets. This time out, we're going to dig into the first of many JS libraries that feature some sort of...
View ArticleIs WebAssembly really faster than JavaScript? A hands-on experiment!
WebAssembly is a low-level language with a compact binary format that runs with near-native performance. Free Pascal offers, since some time, a way to compile Pascal to WebAssembly and integrate...
View ArticleRun-time call-stack tracing with Delphi
We are used to inspect a call-stack when something goes wrong in our application and it crashes. Delphi has excellent add-on tools that log detailed call-stack information when an application...
View Article8 releases of TMS VCL UI Pack for Delphi so far in 2022
TMS VCL UI Pack is our flag-ship VCL product comprising over 600 VCL components to help you create more feature-rich VCL Windows applications faster. Today, we have released TMS VCL UI Pack v10.7.7.0...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: FlatPickr (part 2)
Last time out, we looked at how to incorporate FlatPickr into a TMS WEB Core project. We had taken what might be considered the manual approach. A link to a CDN or other source for the library is...
View ArticleCryptocurrency tracking in Delphi with FNC Chart
We, as developers, seek for new exciting APIs, new components that offer that little bit extra, or something completely new and mindblowing. As component developers, it's a daily quest to put new and...
View Article