10.2.2 Welcome Page and Documentation Hotfix
January 16, 2018
In RAD Studio 10.2.2, we updated the Welcome page with new functionality: upcoming events, a Youtube feed from our channel, and sample applications. We also elevated documentation to its own tab inside the IDE. Unfortunately, for English versions of the IDE only…
Join us for a LIVE Video Episode of the Podcast at Delphi.org
January 15, 2018
Tomorrow will be a live episode of the Podcast at Delphi.org
You can join us live on YouTube with your questions and comments, or catch the replay posted here. Stay tuned tomorrow for details on how to join.
Tuesday, January 16, 2018
10:00 am PST UTC-8 hours
12:00 noon CST UTC-6 hours
01:00 pm EST UTC-5 hours
07:00 pm CET UTC+1 hour
18:00:00 GMT UTC
This is our first time with this new…
Webinar: To Build a FHIR Data Federation Service
January 12, 2018
HealthcareCase Study with Apex Data Solutions
To Build a FHIR Data Federation Service
Rethinking User Experience Delivery in Healthcare
Thursday, 22-Feb-18 at 8 AM, 12 PM and 8 PM Central Time [Register Now]
“The trouble with him was that he was not able…
Get Ready for the New Programmers!
January 11, 2018
U.S. News an World Report just ranked SoftwareDeveloper as the best job for 2018. They use data from the U.S. Bureau of Labor and Statistics to rank jobsbased on pay, job security, mental engagement, stress, room to advance,satisfaction, and work-life…
Law of the Instrument and Curse of the Programmer
January 10, 2018
If you aren’t familiar with the Law of the Instrument, otherwise known asMaslow’s hammer/gavel, or the golden hammer it is often expressed as
If your only tool is a hammer, you treat everything like a nail.
My understanding is that the law of the instrument means you are limited by instruments or tools you know how to use. For example, if you have a screw, some wood, and a hammer, then…
Some of my New Year’s #CodingResolutions
January 9, 2018
The jokegoes that, when asked, the software developer responds that their New Year’s Resolution is “7680×4320” or 8K. Joking aside, tradition has it that at the turn of the year we evaluate our lives and look for areas of improvement. Here are a few of my…
開始使用TDialogService類別
January 8, 2018
在前一陣子舉辦的RAD Studio 10.2.2網路發表會中我提到了以前Delphi/C++Builder程式師經常使用的一些對話盒函式都已經被Embarcadero標注為過時棄用了, 例如MessageDlg, InputQuery和ShowMessage等:
function MessageDlg(const AMessage…
使用TDialogService类别
January 8, 2018
在前一阵子举办的RAD Studio 10.2.2网络发表会中我提到了以前Delphi/C++Builder程序员经常使用的一些对话盒函式都已经被Embarcadero标注为过时弃用了, 例如MessageDlg, InputQuery和ShowMessage等:
function MessageDlg(const AMessage: string; const ADialogType: TMsgDlgType; const AButtons: TMsgDlgButtons;
const AHelpContext: THelpContext): Integer…