zarkogajic
The TListView Delphi control displays a list of items in a fashion similar to how Windows File Explorer displays files and folders. The ReadOnly property of a List View, determines whether the user can modify… … Read more
6 years ago in Delphi, tlistview, windows messages0
zarkogajic
In my previous post, Coding a Game of Memory in Delphi – OOP Model, I’ve been developing the model, aka the back end, for the Memory (Match Up, Concentration, …) game. The idea was to… … Read more
6 years ago in Delphi, games, oop, tgridpanel, User Interface0
blong
This year at CodeRage 2018 I presented a session on Creative Delphi Debugging Techniques.Other than my speaking volume being a bit quiet, it generated a number of very nice comments about the subjects covered so… … Read more
6 years ago in Delphi0
blong
Sometimes when a new product is released there are a few ‘teething issues’. That certainly seems to be the case with RAD Studio 10.3 Rio. Both Delphi and C++Builder are hitting a few problems on… … Read more
6 years ago in CPlusPlus, Delphi0
zarkogajic
Memory, Match Up, Concentration … there are many names for a simple card game I’m certain you’ve been playing with your friends at some point during your childhood. I’m also certain you are still playing… … Read more
6 years ago in Delphi, games, oop0
David
A week ago, we released RAD Studio 10.3. Since then, I’ve had many people asking when Bookmarks and Navigator are going to be updated for it! The answer is soon. I had hoped this weekend,… … Read more
6 years ago in Delphi0
blong
Just when I thought conference season was over, CodeRage 2018 came rapidly into view!I like CodeRage – there’s always a good range of session subjects to choose from, and alwyas a range of good speakers… … Read more
6 years ago in Delphi0
gabr42
On December, 6th I’ll be showing all that is new and shiny in 10.3 Rio to anyone that happens to pass by!Join me in Ljubljana at 9:30 in the “standard” venue … just don’t forget… … Read more
6 years ago in cbuilder, Delphi, presentations, RAD Studio0
gabr42
Hear, hear, new OmniThreadLibrary is here!Version 3.07.6 brings official support for Delphi 10.3 Rio, few changes and bugfixes.You can get it now on git, download the ZIP archive, install it with Delphinus or with GetIt.For… … Read more
6 years ago in Delphi, multithreading, OmniThreadLibrary, Open Source0
blong
RAD Studio 10.3 Rio has just been released for General Availability, as you’ll have doubtless learned from the spree of blog posts on the subject. This is a great new release with a lot of… … Read more
6 years ago in android, CPlusPlus, Delphi0
GunSmoker
We are pleased to announce Black Friday and Cyber Monday 25% discount on any of our EurekaLog products using the coupon code found below. The sale starts on Black Friday (23 November) and ends at… … Read more
6 years ago in Delphi, EL 7.x, non-technical0
gabr42
Today I was porting some legacy code and noticed a weird warning:Weird warning, I thought. Obviously the loop variable can be passed as a var parameter as the code compiles. Why a warning and not… … Read more
6 years ago in definitely not best practices, Delphi, programming0
Ondrej Kelle
I’ve just pushed some updates to chakracore-delphi. A new feature worth mentioning is support for inheritance (I mean Javascript-style, “prototypical inheritance”) in both directions. Suppose the following hierarchy: First, here is Shape the “supercl… … Read more
6 years ago in chakracore, Delphi, fpc0
gabr42
When writing libraries you sometimes want to provide users (that is, programmers) with a flexible API. If a specific part of your library can be used in different ways, you may want to provide multiple… … Read more
6 years ago in Best practices, compiler, Delphi, language, operators, programming0
GunSmoker
You (as developer) is interested in getting as much bug reports as possible. First, you have to select a reliable send method for delivering reports from users to you. However, it may be not enough…. … Read more
6 years ago in best practice, Delphi, EL 7.x, how-to, technical0