News

Appx Development for Windows 10 Store

Author: CARLOS M6766 One of the most interesting new features introduced in RAD Studio 10.1 Berlin Update 2 Anniversary Edition is the support for building Windows 10 APPX application packages. YouTube reply of EMEA Embarcadero developer webinar “Appx Development for Windows 10 Store” from December 14th, 2016, is available athttps://youtu.be/hEOk3Ztm-8g APPX development in RAD…
Read more
News

The Best Windows Support RAD Studio 10.1.2 Berlin

RAD Studio 10 Seattle and RAD Studio 10.1 Berlin have offered specific support for many features of Windows 10, and the Anniversary Edition (of Update 2) of RAD Studio 10.1 adds more, including the ability to generate Appxpackages using the Windows Desktop Bridge and…
News

Fall 2016 XE8 and 10 Seattle Updates

Embarcadero has just release updates for the XE8 and 10 Seattle versions of Delphi, C++Builder, and RAD Studio, available to customers withan active update subscription. This is part of the ongoing initiative to makeavailable fixes done in newer versions (in this…
News

Creating Custom Styles with the Bitmap Style Designer - CodeRage Replay, Tips & Tricks and Sample Files

Style Creation Tips Start out with the 3x resolution graphic first, then scale down to 2x, 1.5x and 1x using your graphic design tool of choice (for example, Photoshop) Save each graphic as a png. Except for the 1x resolution, all style graphics need to include the resolution size as part of the file name, i.e.: 1x:     _name.png 1.5x:  _name15x.png 2x  :   _name20x.png 3x  :  …
Read more
News

Learn to program with C++Builder: Homepage

Do you want to learn C++, but don’t know where to begin? This series takes you through from the very beginning, assuming you have some programming knowledge but know no C++ at all, and show you how to build a real-world, useful application, demonstrating UI and logic…
News

Learn to program with C++Builder: #4, Real code and Useful C++: Ownership, smart pointers, styles, and optional values

Update July 24, 2018:With thejust-released Community Edition of C++Builder, we’ve updated these posts. Please visit the new version of this blog post here. Community Editionreplaces the old Starter edition, and is a full-featured, free, Professional-level edition of C++Builder. It and the updated ‘Learn programming’ course are well worthchecking…
Read more