Dave
Recently Jeroen Pluimers and Jim McKeeth posted about three “Hidden Features of…” questions on Stack Overflow that were either deleted or nominated for deletion. They are: Hidden Features of the Delphi Language Hidden Features of… … Read more
11 years ago 0
FPiette
Coding in Delphi is a new programming book by Nick Hodges that covers a variety of powerful Delphi programming features and techniques including Generics, Interfaces, Exception, Handling, Anonymous Methods, Collections, RTTI, Enumerators, Attributes, D… … Read more
11 years ago in book, Delphi0
FPiette
When you create a component for Delphi, you need a bitmap to represent your component in the component palette. This bitmap must be saved as a DCR file and linked into the component package. DCR… … Read more
11 years ago in Component, Delphi, FireMonkey, vcl0
Robert Love
I am lucky enough to live in an area where I can get a fiber connection to my home. I pay for 100 GB and 100 GB down. However, I was never able to… … Read more
11 years ago 0
FPiette
Message logging is a common activity used for either keeping track of what happens in an application or for debugging purpose. Recently, I was developing a real time communication system which experimented strange errors. To… … Read more
11 years ago in debugging, Delphi, Embarcadero, multithreading, programming, synchonization0
FPiette
Maybe you’ll be interested by the topics mostly read on my blog. The number in front of the titles are the number of hits: 9007 Delphi XE5 to develop Android applications 5509 Automate Microsoft Office… … Read more
11 years ago in Delphi, Embarcadero, programming0
Unknown
It is again my pleasure to announce the dates and cities for our annual Delphi Developer Days tour by me and Delphi expert Bob (Dr.Bob) Swart. We will be visiting two cities in the United… … Read more
11 years ago 0
Chris Rolliston
I’ve just noticed the ‘mobile add-on pack’ for Delphi (and C++Builder) XE5 Professional is currently selling for half price on Embarcadero’s online store (link). If you’re tempted, then it’s probably prudent to buy support and… … Read more
11 years ago in XE50
Chris Rolliston
Recently I have committed some updates to CCR Exif (my open source image metadata parsing library) that get it working with Delphi XE5, and in particular, Delphi for Android. In the main, that wasn’t hard… … Read more
11 years ago in CCR Exif, XE50
FPiette
Coding Style, AKA Programming Style refers to the way you layout your source code. In many languages, source code layout is simply ignored by the compiler. You can write as you like. It is very… … Read more
11 years ago in Coding Style, programming0
Dave
The DWS Mandelbrot Explorer, which renders tiles generated by Eric Grange’s tile server, has been updated. The following is a braindump of information about the app, about FireMonkey, about threading, and about how they all… … Read more
11 years ago in Delphi, FireMonkey, multithreading, thread0
Dave
A few days ago I posted about FireMonkey’s choice of canvas classes, where it would choose to render via GDI+ instead of via Direct2D. There were two fixes: one (untested and possibly dangerous) enabled hardware… … Read more
11 years ago 0
Chris Rolliston
Just a quick post to say I see Embarcadero have released an updated Android platform style for Android 4.4 (KitKat) – for more info see Sarina DuPont’s blog post here, and to download the actual… … Read more
11 years ago in android, FMX, XE50
FPiette
Paul Toth, a well known Delphi Developer rewrote his CubeMan3D with FireMonkey, making it a cross platform application. The application shows an animated man made of 3D cubes. The man walk in place and turn… … Read more
11 years ago in android, Delphi, FireMonkey, FMX, Mobile, Mobile Development, windows, XE50