News

Update your application UI with TMultiView

Author: nighthawk2032 To use the TMultiView component, drag and drop the TMultiView component onto your Multi-Device form. You can also use the Master/Detail Multi-Device template (File->New->Multi-Device Application) as a good starting point. The drawer is automatically invoked by swiping across the screen from either the left or the right side (depending on the placement of the…
Read more
News

IoT Boot Camp 2017

Author: Gabe In this bootcamp you will learn how to build a RESTful Network of IoT Devices with Arduino and RAD Server. Arduino open source hardware provides a flexible platform to build connected Internet of Things hardware projects. RAD Server provides a RESTful…
C++

UI Design Tips and Tricks: Home Screen Navigation

Author: ısık During our recent RAD Server webinar, we showed you how to develop and deploy a real world customer retail application. The client app shown is designed torun on smartphones and the server side will execute on IIS production servers on premises and on Amazon EC2 (you can also host a RAD Server application on Microsoft Azure and other cloud servers). The client app allows…
Read more
NewsWebinar

QuickReport Is Back!

QuickReport is a much-loved reporting solution for RAD Studio with Delphi and C++Builder. It hit a crisis a few years back when the lead developer passed away unexpectedly. Now, with the help of Embarcadero Partner Barnsten, QuickReport is back and ready to work with the…
C++News

Introducing Amazing CMake Support in C++Builder 12.2

C++Builder and RAD Studio 12.2 bring a fantastic feature for C++: full CMake support for the new Win64 Modern toolchain. It’s available in GetIt now, and it comes with some amazing demos. You can build VCL apps, FMX apps, packages, DLLs, console apps, as you’d expect… but, and this demonstrates the power and compatibility and quality of the new toolchain in C++Builder, you can even build…
Read more
News

InterBase ODBC Driver on GitHub

Embarcadero just released the source code of the most recent version of the ODBC driver for the InterBase relational database. This is an open source driver which has been available for long, but it’s the first time it is officially hosted in a public repository…
DatabaseInterBaseNews

InterBase Encryption - How to Get Started?

High-level encryption is a vital feature of any reliable database, and Embarcadero’s signature database, InterBase, handles it very well. But how exactly does InterBase restrict access to data, both at rest and in transit, through encryption? In the article we are taking a closer look. Introduction The Encryption Engine is natively available as part of the Desktop, Server and ToGo editions…
Read more