News

New in 10.2.3: FireMonkey UI Templates - Profile Screens

Delphi and RAD Studio 10.2.3 include 18 new FireMonkey UI templates, designed to highlight FMX’s multi-device capabilities, showcase best practices, and help new users get started quicker. They showcase UI paradigms that mobile application developers need in today’s applications. This blog post focuses on the three new profile screen GUI templates, available for download in GetIt (Tools >…
Read more
News

FireMonkey Native and Custom Styles in Action - Video

This video shows building a profile screen for your multi-device application using the FireMonkey framework with both native UI support and custom styling. Highlighted in the video are custom multi-device styles included in Embarcadero’s premium style bonus pack and custom…
Delphi

Creating a profile screen for your mobile application

  I am using the following components on my form: TTabControl with 3 tab items    TabItem3 consists of: TCircle with the stroke color set to match the toolbar color and a profile photo as the fill TToolbar with multiple Speedbuttons and the screen title Multiple labels…