C++

Massive Collection Of Design Patterns, Frameworks, Components, And Language Features For Delphi

DeveloperbeNative over on GitHub has a project called Concepts which is a massive collection of Delphi modular demos featuring over twenty differentlanguage features, design patterns and some interresting frameworks, and components. A copy of all of the libraries the Concepts project depends on are included to reduce the hassle of installing them separately. The modular demos include…
Read more
Delphi

Cross Platform Activity Progress Dialog For Android, iOS, macOS, and Windows In Delphi 10.2 Tokyo

The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo, which Embarcadero released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post, I will cover the progress/activity dialog TFrame built into the Hospitality Survey Client project. The progress/activity functionality is built as a…
Read more
Delphi

New free VCL Style from DelphiStyles.com available in GetIt

DelphiStyles.comsells custom VCL and FireMonkey Styles. They are offering a free custom VCL Windows Style for RAD Studio 10.2 Tokyo customers through the GetIt Package Manager (Tools > GetIt Package Manager). After downloading the style, you can find it under C:UsersYourUsernameDocumentsEmbarcaderoStudio19.0CatalogRepositoryAquaLightSlate2-1.0 Select the .vsf file and copy it into…
Read more
News

RAD Server Samples in RAD Studio 10.2

With RAD Studio 10.2, we provide great RAD Server demo projects to get you started. With 10.2, you can deploy RAD Server to Linux servers, in addition to Windows servers. Below is a list of sample projects that highlight RAD Server’s capabilities and are designed…
News

Multi-Device Apps and Clipboard Support

Author: Marko Von Richards We have a lot of great demos to help you get started with RAD Studio. Today’s blog post focuses on our CopyPaste FireMonkey demo. The CopyPaste sample demonstrates how to create applications that use the system’s clipboard to copy and paste text or images. The sample uses IFMXClipboardService to interact with the system clipboard. The SetClipboard method is…
Read more