FPiette
ICS has been updated for Delphi XE6. No new feature, just a simple update for the latest Delphi version. VCL and FMX supported for desktop platforms. Mobile still under way. Download as usual. See http://wiki.overbyte.be Follow… … Read more
11 years ago in Delphi, FMX, ICS, Internet, vcl, XE60
FPiette
This article explain how to create a form on the fly. Such a form is created by code, without using the designer. You will surely ask why you would do that! Granted the Delphi form… … Read more
11 years ago in Component, Delphi, Embarcadero, programming0
FPiette
You’ve probably seen the news that Microsoft is ending support for Windows XP on April 8th of this year. It is time to update your old applications to work with the new generation of modern… … Read more
11 years ago in cbuilder, Delphi, Embarcadero, windows0
FPiette
This article shows how to create a persistent form having the ability to go real full screen. A persistent form is one which remember his size and position. Real full screen means the form use… … Read more
11 years ago in API, Delphi, Embarcadero, windows, XE50
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
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
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
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
FPiette
There is a new blog talking mostly about Delphi FireMonkey on the mobile platform (iOS and Android). The blog also covers other topics, mostly related to FireMonkey and the various supported platforms. This new blog… … Read more
11 years ago in android, Delphi, FireMonkey, ios, Mobile, Mobile Development0
FPiette
Embarcadero published hotfix #4 for Delphi XE5 and C++ Builder XE5. This hotfix is an update for the command line tool “reFInd”. If you don’t know reFInd, it is a tool to help migrating code… … Read more
11 years ago in Delphi, RAD Studio, XE50
FPiette
I made available a zip file with the full source code for my TIniFile class compatible with both Windows and Android. You need Delphi XE5 to compile it for Android and a reasonably recent Delphi… … Read more
11 years ago in android, API, Delphi, Embarcadero, Mobile, windows0