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…
Read more
C++

RAD Studio 10.2.2 Released Today

I am excited to announce that RAD Studio 10.2.2 was released today. 10.2 Tokyo, Release 2 (also known as 10.2.2) is an update of Delphi 10.2 Tokyo, C++Builder 10.2 Tokyo and RAD Studio 10.2 Tokyo available for any active Update Subscription customer. 10.2.2 Registered…
News

Design Considerations for Multi-Platform Applications - CodeRage Replay

During my CodeRage session on Design Considerations for Multi-Platform Applications earlier this month, I covered the Dos and Don’ts of multi-device application development, common UI and UX paradigms, an overview of the FireUI Designer and how to create a modern settings and user profile screen, complete with native and custom theming. You can access the replay on EmbarcaderoAcademy.com.
Read more
Delphi

My CodeRage Sessions next week

CodeRage is next week. Have you signed up yet? Register Now I will be presenting two different sessions: Session 1: RAD Studio Product Address Speaker: Sarina DuPont, Marco Cantu, David Millington When: Tue, 7-Nov from 9:00 AM to 10:00 AM Level: All (General information…
News

Adding a Custom Icon to a FireMonkey Button

Step 1: Create a new FireMonkey Application Launch 10.2 Tokyo and go to File > New > FireMonkey Application (Delphi or C++) and select ‘Blank Application’. Drop a TStyleBook component onto your form and double-click it to open the integrated Style Designer. Select ‘Open’ and navigate to your Styles directory (C:UsersPublicDocumentsEmbarcaderoStudio19.0Styles) and…
Read more
C++

Build iOS 11 ready apps with RAD Studio 10.2.1

Target iOS 11 with RAD Studio 10.2.1 and the newly released iOS 11 patch. We’ve released a patch that adds support for building and debugging iOS 11 apps on supported devices, as well as creating App Store, Ad Hoc, or In-House Distribution ready apps. It also addresses…
C++

Get Started with RAD Studio 10.2.1 using Sample Projects

Guided Tour The Guided Tour is a step-by-step bubble pop-up tour that shows you how to build your first multi-device FireMonkey application using the FireUI Designer. Following the steps in the tour is a good starting point for anyone new to the FireMonkey framework. You can access the Guided Tour from the Welcome Page. Mobile Snippets We provide a number of FireMonkey mobile…
Read more