Welcome to LearnDelphi.tv
This is a first look at the new TControlList that has been added to Delphi 10.4.2 Sydney. It allows for dynamically sized lists and only renders what is required. Watch it on YouTube … Read more
5 years ago in Movie
0
Celebrating Delphi's 26th Anniversary
MissMatch is a memory puzzle game for Android that is built with Delphi. As you will see in the screenshots it has a colorful interface and fun icons. The description… The post #Delphi26th: MissMatch Is… … Read more
5 years ago in android, app, Delphi, delphi26, FireMonkey, FMX, Game, games, object pascal, programming, Showcase
0
Muminjon
TRichView Component is a set of native Delphi and C++ Builder VCL components for illustrating, editing, and printing complex rich text documents easily. TRichView component suite offers a wide range of functionalities to create advanced… … Read more
5 years ago in advanced text editor, C++, c++ builder vcl, Delphi, Delphi Programming, object pascal, programming, rich text editor, vcl, vcl rich text, windows, wysiwyg, wysiwyg vcl
0
Embarcadero
In this webinar, Embarcadero Delphi MVP Ian Barker writes and deploys an app that targets Windows, macOS, and Linux from one set of code using just Delphi 10.4 and the FirePower components from Woll2Woll software…. … Read more
5 years ago in News, Videos
0
Welcome to LearnDelphi.tv
In this video we see how you can use the GrayscaleFactor property of TImageList to significantly improve the image quality of your menu item images when they are disabled – sounds confusing, watch and learn. … Read more
5 years ago in Movie
0
Welcome to LearnDelphi.tv
In this video we build a simple ping utility using the TIdICMPClient Indy component, we then produce a ‘real-time’ graph of the results using TChart. … Read more
5 years ago in Movie
0
TMS Software
In the last weeks, we’ve been working on a component to allow you to import and export FNC Grids to the xlsx file format. We’ve also used the opportunity to rename the existing “Grid Filters”… … Read more
5 years ago
0
Dalija Prasnikar
Running long tasks in a background thread to keep the UI responsive is one of the main purposes of multithreading. A common code pattern for doing so would look like:procedure TMainForm.BtnClick(Sender: TObject);begin TThread.CreateAnonymousThread( … … Read more
5 years ago in Delphi, multithreading, synchronize
0