News

開始使用TDialogService類別

在前一陣子舉辦的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; overload…
Read more
News

使用TDialogService类别

在前一阵子举办的RAD Studio 10.2.2网络发表会中我提到了以前Delphi/C++Builder程序员经常使用的一些对话盒函式都已经被Embarcadero标注为过时弃用了, 例如MessageDlg, InputQuery和ShowMessage等: function MessageDlg(const AMessage…
C++

Migrating is easier than you think!

As an Embarcadero Software Consultant, I’m often asked to help migrate legacy Delphi and C++ Builder code to the current versions. Developers have commented that their migrations were easier than they thought! Here are two recent Code Rage Sessions showing Migrating your…
News

New in 10.2.2: Component icons

In RAD Studio 10.2.2, we have a number of UI upgrades (the new dark theme and welcome page and startup). But we have one more which I’m very pleased with and would like to share with you today: we’ve redone the component icons. Old Icons – What’s wrong with…
News

New in 10.2.2: C++ and Debugger Improvements

In RAD Studio 10.2.2, we’ve made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi. Debugger Linux: many fixes when evaluating, especially when passing records or arrays Android: Android debugging was broken for…
News

New in 10.2.2: Welcome Page and Startup improvements

There are some nice new features in RAD Studio 10.2.2 for IDE startup and first use. Startup When Delphi and C++Builder start, you see a splash screen – a loading screen – as the IDE starts.  This lists all the packages, plugins, and component libraries it has…