Blog

Featured Blog Post

Friday, April 3, 2026

Intro Stock data is one of the most demanding chart scenarios: dense OHLC bars, date labels that need rotating, interactive panning across months of history, and overlay series like trend lines and moving averages sitting on t...

Blog Posts:  Latest | Views arrow_downward

PREVIOUS NEXT

Wednesday, October 26, 2022

TMS VCL UI Pack has a lot of powerful components, both visual and non-visual. One of them is the TAdvPDFLib component. TAdvPDFLib is capable of generating PDF files in a Delphi VCL application.Getting StartedTo get started, drop a TAdvP...


Wednesday, August 29, 2018

Since TMS Web Core generates pure stand-alone HTML/JS/CSS applications, and because that applications can be fully responsive, I have decided to do a quick experiment on how to convert the TMS Web Core application to a native mobile application using...


Monday, February 5, 2018

All Pascal programmers know the Exit() procedure since the early versions of the compilers. But do they know how to use it correctly? The Exit() procedure is used when we want to exit of running scope. That scope could be a function, procedu...


Monday, June 2, 2014

Introduction Delphi has a very high degree of compatibility between desktop and mobile code: with some little differences, code written for Win32 will run fine in iOS and Android. Many of those differences are in strings, like not having UTF8 strings...


Wednesday, March 19, 2025

If you've worked with cloud APIs, you know the struggle—waiting for responses, handling event callbacks, and making sure each request happens in the right order. Things can quickly get messy, especially when multiple actions depen...


Wednesday, October 18, 2023

TMS WEB Core is an innovative framework designed to build web applications using Object Pascal language. Despite the primarily web-centric nature of applications built with TMS WEB Core, the framework offers a variety of components that f...


Tuesday, July 22, 2025

IntroThe latest sample demonstrates how to add custom header and footer buttons to the powerful TTMSFNCDataGrid, enabling enhanced user interaction directly within the grid interface. From search capabilities to sorting con...


Thursday, February 15, 2018

It cannot be denied that RAD component-based application development is the very foundation of Delphi software development. It is the foundation that got us all so excited since Delphi 1 in 1995. It got us not only excited but most of all very produc...


Thursday, September 30, 2021

ExcitementBefore we dive into more technical details and bring a first beta build with this new milestone reached, we just wanted to brighten up your day and share on this gray, cold, rainy Thursday our excitement in the lab.Excitement be...


Tuesday, June 22, 2021

We're excited to announce TMS XData 5.2 version with several new great features. TMS XData is the more straightforward way to take your Delphi app to the cloud, allowing you to create secure, robust REST servers along with a huge ecosystem around it...


PREVIOUS NEXT