Archive
Thursday, 24. September 2015
2
votes

Embarcadero Technology Partner Spotlight - More Coding in Delphi: Command Pattern
Sip from the Firehose
– Embarcadero Technology Partner Spotlight - More Coding in Delphi: Command Pattern Command Pattern - More Coding in Delphi Nick Hodges Thursday, September 10, 2015 http://morecodingindelphi.com/ YouTube Replay - https://www.youtube.com/watch?v=Pdhcgam2dCw Nick Hodges presents the "Command ...
0
votes

Embarcadero Technology Partner Spotlight - OmniThread Library
Sip from the Firehose
– Embarcadero Technology Partner Spotlight - OmniThread Library OmniThread Library - Primoz Gabrijelcic - http://www.thedelphigeek.com/ Thursday, September 3, 2015 http://www.omnithreadlibrary.com/ YouTube video replay - https://www.youtube.com/watch?v=N1ZsmnszWDU OmniThreadLibrary is ...
Wednesday, 23. September 2015
4
votes

No Seriously – Let’s Buy Embarcadero
Te Waka o Delphi
– Peter Dunne posted a suggestion in the Delphi Developer group on Facebook that a kickstarter project could be started to fund the acquisition of Delphi by the community itself (assuming that Embarcadero or Idera put it up for sale, of course). How realistic is this ? Numerous people have chipped in ...
1
vote

Delphi Tage and More German Events
Marco's Tech Blog
– Delphi Tage I'll be presenting the keynote at the Delphi Tage event next Saturday in Fuerth, near Nuernberg. The Delphi Tage is a very large gathering of German Delphi developers, organized by user groups with the help of the local Embarcadero office. I've been to half of dozen of these events ...
2
votes

Conditional Compilation with Features
The Delphi Geek
– Are you developing a code that must work in different Delphi versions? Are you sick of writing code like{$IF CompilerVersion >= 22}class function Mapper<T1,T2>: IMapper<T1,T2>;{$ENDIF}as you a) never know when some feature was introduced into Delphi and b) constantly wonder which ...
0
votes

“Code-First” Servers in RemObjects SDK 9 for Delphi [BETA]
RemObjects Blogs
– Just as we have done for .NET, with the latest beta we’re bringing Code-First Servers to Delphi, as well. To recap, Code-First lets you define your services and related types in Code and have them published on the fly, without having to first define a RODL file Service Builder. You simply define ...
7
votes

Fixing the FMX TWebBrowser issue on iOS 9
TMS Software Blog
– Linking against iOS 9 introduces the new Application Transport Security feature that enforces a secure network connection. This means that in a default RAD Studio 10 Seattle project, the default TWebBrowser but also our TTMSFMXWebBrowser, TTMSFMXWebGMaps, TTMSFMXWebOSMaps components and the TMS ...
1
vote

“Code-First” Servers in RemObjects SDK 9 for Delphi [BETA]
RemObjects Blogs
– Just as we have done for .NET, with the latest beta we’re bringing Code-First Servers to Delphi, as well. To recap, Code-First lets you define your services and related types in Code and have them published on the fly, without having to first define a RODL file Service Builder. You simply ...
1
vote

Sydney Meeting – September 2015
Australian Delphi User Group Members
– Wednesday 30th September 2015 at 6 for 6:15pm start. Important changes For catering purposes we’re asking everyone to register their attendance in advance. Registration is free. Automating mass code modifications – Lachlan Gemmell Quite often you’ll find yourself in a situation ...
3
votes

Delphi-Mocks Parameter Matchers
VSoft Technologies
– We recently updated Delphi Mocks to allow for better parameter matching on Expectations registered with the Mock. This allows the developer to place tighter controls on verifying that a mocked interface/object method is called. Below is a simple example of when the parameter matchers can be used. ...