FPiette
In this blog post, I will show you how easy it is the have a Direct2D canvas for your Delphi form.What is a canvas? In Delphi VCL technology, a canvas is an abstraction encapsulating Windows API… … Read more
4 years ago in API, Delphi, Direct2D, programming, RAD Studio, vcl, windows0
zarkogajic
Windows messages are a key ingredient in communication between Windows and (your) application and also in communication between (two) applications. Even without your knowledge Windows messages are being posted and handled by forms in your… … Read more
4 years ago in Delphi, twincontrol, windows, windows api, windows messages0
marcocantu
Embarcadero has a new blogging platform, replacing the use of a section of the Idera community. I’ll use it along with my historical blog site. … Read more
4 years ago 0
Holger Flick
I noticed that the well-known, traditional Delphi page Torry.net published a book review of Hands-on with Delphi I on its pages. Torry has been a part of the Delphi community since the very early days… … Read more
4 years ago in book, Delphi, English, Hands-on, MVP, Review0
Les trucs et astuces d'un développeur Pascal
A l’occasion du Code Rage 2018 j’ai animé une session (en anglais) le 5 décembre de 18 à 20 heures en salle 2 durant laquelle vous avez pu découvrir comme (…) … Read more
4 years ago 0
jpluimers
If you ever get a “Fatal: F1027 Unit not found: ‘System.pas’ or binary equivalents (.dcu)” – Google Search, then it is likely because you: build from a script build use a user that has never ran… … Read more
4 years ago in Delphi, Development, Software Development0
Les trucs et astuces d'un développeur Pascal
Le composant TActionList de FireMonkey, comme celui de la VCL, propose des actions personnalisées mais aussi des actions standards. Sur smartphones et tablettes ces actions standards donnent (…) … Read more
4 years ago 0
jpluimers
In addition to Shared/IShared, there is also Weak/IWeakReference in Spring.pas; these blog post explain more about them: Shared/IShared (search for {$REGION ‘Shared smart pointer’} at the current repository): [WayBack] Delphi sorcery: Smart pointers in Delphi Weak/IWeakReference (search for… … Read more
4 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0
GunSmoker
Do you know what the different colors in the callstack mean? These colors help you to understand how call stack was build: Red means crash or leak location. This is the exception’s address. Each bug… … Read more
4 years ago in bug reports, Delphi, EL 7.x, feature, how it works, technical, tips0
dummzeuch
Recent versions of Delphi (for a suitable definition of “recent”) come with a TZipFile class implemented in the unit System.Zip. This class has the really neat feature that it can not only read the contents… … Read more
4 years ago in Delphi0