Michael Riley
I’m creating a simple database program to explore how SQLite works within Delphi. I want to be able to switch between three databases: Album, Test, and World. So I added a TComboBox and populated the… … Read more
5 years ago in Source Code, tip-of-the-day0
Jim McKeeth
A picture is worth a thousand words, but how do you include source code in a presentation? By text or by image? Nick Hodges asked about this on Facebook the other day. Here are some… … Read more
5 years ago in presentations, screenshot, Source Code, Tools0
Jim McKeeth
I covered this previously in a few webinars and presentations, but never published the source code for WebBroker on Android. To be honest I hadn’t tested it with C++Builder before, but I completely expected it… … Read more
6 years ago in android, Devices, News, Raspberry PI, SBC, Source Code0
Michael Riley
program TwentySecondHug;{$APPTYPE CONSOLE}{$R *.res}uses System.SysUtils;begin try Writeln(‘The 20-Second Hug’); Writeln(‘Copyright (C) 2018 by Michael J. Riley’); Writeln(‘(May be freely distributed worldwide)’); Writeln(‘#20SecondHug #2… … Read more
6 years ago in pilotlight, Source Code0