Soho Theme on while true do;
ITDevCon 2017 Spring Edition has been a success! Beyond the good crowd of loyal Delphi italian programmers that usually comes to ITDevCon, also a good number of new guys were coming to the “Spring Edition”…. … Read more
7 years ago 0
Soho Theme on while true do;
ITDevCon 2017 Spring Edition has been a success! Beyond the good crowd of loyal Delphi italian programmers that usually comes to ITDevCon, also a good number of new guys were coming to the “Spring Edition”…. … Read more
7 years ago 0
Les trucs et astuces d'un développeur Pascal
Ouvrir une page web depuis un bouton, c’est un classique de la programmation depuis qu’Internet est partout. Pour cela il faut généralement faire un appel au système (…) … Read more
7 years ago 0
Olaf Monien
Since Apple updated Xcode to version 8.3.x, iOS IPA deployment is broken with Delphi up to 10.2 (Tokyo). There is an official workaround, which basically instructs to download Xcode 8.2 and use that for now:… … Read more
8 years ago in Delphi0
Olaf Monien
Apple requires you to specify if your apps are using any form of encryption. If you do not use encryption, you have to confirm that in your app settings on iTunes Connect – this is… … Read more
8 years ago in Delphi0
Carlos Henrique Agnes
Conforme prometido, estou de volta tanto às atividades do blog, quanto à continuidade do DROP.Até o dia de ontem, a última release oficial do DROP havia sido lançada ainda no ano de 2015. Durante o… … Read more
8 years ago in drop0
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