C++

FireMonkey Quick Edit Support in 10.2.2

  The Quick Edit feature allows you to easily edit a control by changing its name, caption, alignment, and layout options. To edit a control: Right-click the component and click Quick Edit to open the dialog box with further settings. To edit the control name, type the new name in the Name field. To edit the text displayed on the control, type the text in the Caption/Text field. Note…
Read more
News

New VCL Panels in Delphi 10.2.2

With the need to support more screen resolutions, while creating nice looking user interfaces and pleasant user experiences, we think it is important to offer additional ways to build the UI of your VCL applications. This is why in 10.2.2 we introduced two new VCL panel…
News

New in 10.2.2: Dark IDE Theme!

In Delphi and C++Builder 10.2.2, we’ve added a commonly requested and exciting new feature: a dark IDE theme. Many productivity tools, or tools that are used for many hours in a row – and RAD Studio certainly falls into that category – offer a dark theme. Why? Many…
News

Debugging Delphi Apps on Android 8.1 Works

When Google introduced Android 8 this summer, they increased platform security but happened to block socket access to the debugger, basically preventing debugging applications on a device. You’d see the error message “Can’t open socket: Permission denied.” as…