Les trucs et astuces d'un développeur Pascal
En travaillant sur un projet ce matin, nous avons constaté que la librairie JSON fournie avec Delphi ne permettait pas d’ajouter de chaines de caractères vides dans un objet. Ce d (…) … Read more
8 years ago 0
Ondrej Kelle
Recently I’ve spoken to people at quite a few companies where Delphi is used to develop their software. There’s a pattern which is very hard to miss or ignore: Every one of them so far… … Read more
8 years ago 0
Bruce McGee
“Books are the training weights of the mind.” — Epictetus I found two new Delphi books. One that I’ve been looking forward to for a long time and another one that I just learned about…. … Read more
8 years ago 0
Unknown
Last autumn, as I was finishing up my chapters for the 2016 Delphi Developer Days course book, which I wrote with Nick Hodges, Director of Engineering at Embarcadero Technologies, I received a question about FireDAC… … Read more
8 years ago 0
Carlos Henrique Agnes
Porto AlegreEncerrei o meu último post comentando que nesta semana aconteceria a passagem do Delphi Tour 2017 pela cidade de Porto Alegre. O Delphi Tour é um evento da Embarcadero para aproximar a comunidade de… … Read more
8 years ago in Eventos, Tour0
Stefan Glienke
Since the introduction of Nullable types in Spring4D they had a problem: assigning null to them was cumbersome. Some time ago you could implicitly assign a Variant to them which made it possible to assign… … Read more
8 years ago 0
Stefan Glienke
Quick, what is wrong with this code performance wise?function TWhereIterator<T>.MoveNext: Boolean;var current: T;begin Result := False; if fState = STATE_ENUMERATOR then begin fEnumerator := fSource.GetEnumerator; fState := STATE_RUNNIN… … Read more
8 years ago 0
GunSmoker
This article will show you how to register and use Threads Snapshot tool to capture call stacks of unhandled exception crash of any process. When application throws exception which is not handled by application’s code… … Read more
8 years ago in debugging, Delphi, EL 7.x, external, feature, Tools0
Soho Theme on while true do;
Yes, we did it! As we anticipated at the last ITDevCon in Rome (oct 2016) in 2017 we organized another appointment with ITDevCon, called Spring Edition. The Spring Edition is shorter than the classic edition and… … Read more
8 years ago 0
Soho Theme on while true do;
Yes, we did it! As we anticipated at the last ITDevCon in Rome (oct 2016) in 2017 we organized another appointment with ITDevCon, called Spring Edition. The Spring Edition is shorter than the classic edition and… … Read more
8 years ago 0
Bruce McGee
How many times have we heard someone talking about how Delphi was used to make one piece of software or another or that it’s being used by some well known company? It happens all the… … Read more
8 years ago in Delphi0
Carlos Henrique Agnes
Com muito prazer, volto a escrever por aquiImagino que alguns devem ter notado que o blog passou por um “RecreateWnd”. Pois é, achei que recomeçar o blog do zero seria um bom ponto de partida… … Read more
8 years ago 0
Warren
A few quick bits of opinion, and a question for my readers:1. Be it resolved that third party tool companies that offer fantastic support are an essential part of any small shop (that uses Delphi… … Read more
8 years ago 0