Delphi generic nested classes
Reminder to Self: do not nest T generic types as you’re in for a surprise. Source: [WayBack] Delphi generic nested classes Via: [WayBack] An interesting question over on SO relating to nested generic...
View ArticleDelphi built-in data types and their memory sizes
Though 64-bit support was released back in 2011 with Delphi XE2, sometimes I forget which data type are native size and which keep their size no matter the compiler bitness (wiktionary/wikipedia). This...
View ArticleDelphi Ensuring Left/alLeft or Top/alTop controls are positioned in the right...
The post [WayBack] Why is my buttons not created in logical order? If I run this, my buttons area created ACB rather than ABC as I expected… – Johan Swart – Google+ reminded me the trouble of Delphi...
View Article…short presentation at the Norway Delphi Club[1] meetup, covering some fun...
From [WayBack] …short presentation at the Norway Delphi Club[1] meetup, covering some fun and interesting uses of the “new” language features introduce since Delphi7… – Asbjørn Heid – Google+ Yesterday...
View ArticleIs there a way to use the JVCL’s TJvXxxAppStorage to store float values as s…
For my link archive: [WayBack] Is there a way to use the JVCL’s TJvXxxAppStorage to store float values as strings (e.g. “10.152”) rather than hex dumps and also control the decimal s… – Thomas Mueller...
View Articledelphi: you can only access protected identifiers from parent classes in your...
An interesting question from a while back: [WayBack] delphi – Should a descendant class’ method’s variable that is identical to Self, have access to its ancestor’s protected methods? – Stack Overflow...
View ArticleC# (and presumably Delphi): why parameterless record constructors are absent
For my link archive. Full text at: [WayBack] … why the Delphi language does not allow parameterless constructors… – David Heffernan – Google+ Abstract: +Stefan Glienke deleted his post about...
View ArticleDelphi / Stefan Glienke: I looked into IntroSort … and the Microsoft...
For my link archive: [WayBack] Delphi / Stefan Glienke: I looked into IntroSort … and the Microsoft implementation … Here is my current implementation [WayBack] Delphi IntroSort by Stefan Glienke...
View ArticleDelphi: when calling TThread.Synchronize, ensure the synchronised method...
Since about a decade, TThread has a few overloaded [WayBack] Synchronize methods which all allow some specified synchronised method to run in the context of the main thread: [WayBack]...
View ArticleGExperts: Copy Component Names
Sometimes your toolbox can already things you forgot it could: [Archive.is] GExperts Help. Via: frame redirect www.gexperts.org/tour/copycomponentnames.html [WayBack] you know what would be a really...
View ArticleGitHub – ultraware/DelphiGrpc: DelphiGrpc is a Delphi implementation of the...
For my link list: [WayBack] GitHub – ultraware/DelphiGrpc: DelphiGrpc is a Delphi implementation of the realtime and streaming gRPC protocol (http://grpc.io). The following libraries are used: build on...
View ArticleHi, We need to implement a functionality in our VCL application where the user…
In recent Delphi versions one is encouraged to use the routines from System.NetEncoding. Also Soap.EncdDecd is only a wrapper to them. Even if you use the stream based implementations the whole stream...
View ArticleDave’s Development Blog – Using CodeSite on interfaced objects
Reminder to self: [WayBack] Dave’s Development Blog – Using CodeSite on interfaced objects: Note to self… If using CodeSite to log Constructor and Destructor behaviour on interfaced objects, make sure...
View ArticleConvert an object instance into a JSON string and making use of custom...
For my link archive, [WayBack] Convert an object instance into a JSON string and making use of custom attributes – Flix Engineering: JSON, JSONMarshalled, JSONName Delphi Convert an object instance...
View ArticleOn my research list: TensorFlow from other languages
On my research list as it pointed me to TensorFlow imports from both .NET and Delphi: [WayBack] Fixed by Code: Using TensorFlow with Delphi – or how to use a TStack<T> to simulate a RPN...
View ArticleHow to expose a Delphi set type via Soap – Stack Overflow
Marjan Venema had a great answer at [WayBack] How to expose a Delphi set type via Soap – Stack Overflow. –jeroen
View Articledoes anyone know of any Spring.Container examples (preferably non trivial) th…
Via [WayBack] does anyone know of any Spring.Container examples (preferably non trivial) that show how to build an app with a container just referenced from the Compo… – Russell Weetch – Google+:...
View ArticleSoap Delphi Client end with a timeout for a 1MB call – Stack Overflow
This was a change between IE6 and IE7 on the default time-out decreasing from 3600 seconds to 30 seconds: [WayBack] Soap Delphi Client end with a timeout for a 1MB call – Stack Overflow. If you want to...
View ArticleTerminate threads during application or not?
I got an interesting question a while ago: should an application terminate (anonymous) threads or not? [WayBack] delphi – How do I reliably wait on a thread that has just been created? – Stack...
View ArticleDelphi; on my research list `Error creating form: Root class not found: “”.`
On my Delphi research list: [Window Title] Error [Content] Error creating form: Root class not found: "". [OK] I think it has to do with form inheritance, but a quick glance didn’t raise any warning...
View Article