C++

Getting Started with the new Windows 10 VCL UI Controls in RAD Studio 10 Seattle

With the RAD Studio 10 Seattle release, we introduced 5 new VCL UI controls. These controls were specifically designed for Windows 10 and address common UI paradigms on Windows 10. While they were designed for Windows 10, the new VCL controls will also work with older versions of Windows, such as Windows 7 and Windows 8. As you can see in the screenshot above, we provide 3 new Windows 10 VCL…
Read more
C++

Mitov Software - Delphi Arduino control and communication

Embarcadero Technology Partner Spotlight Mitov Software – Delphi Arduino control and communication Boian Mitov – Mitov Software Thursday, June 25, 2015 http://www.mitov.com/ http://www.visuino.com/ YouTube video –https://www.youtube.com/watch?v=OZhWi_lA-_c Mitov Software is specialized in development of high performance software and Data Flow solutions for Delphi and…
Read more
C++

Building Proximity Aware Application with RAD Studio XE8

RAD Studio XE8 provides you with the tools to rapidly design, build, and deploy connected apps that deliver innovative IoT solutions. The new Beacon component makes it easy to add proximity awareness to your applications. Two beacon formats are available: iBeacon and…
News

True Type Font Iconography for Android and iOS Apps

Author: Brian Alexakis Download Project Files Download the project files. How to Deploy a Custom True Type Font First create a new Multi Device Application in either C++ or Object Pascal. Save the project to a folder on your filesystem. From the FontAwesome downloaded archive, extract fontawesome-webfont.ttf from the font-awesome-4.3.0fonts folder to the root of your project folder. Rename…
Read more
News

OpenSSL and HTTPS Support for iOS Devices

Author: Brian Alexakis For the iOS Device target platform, which does not support dynamic libraries, you need a static version of these library files (libcrypto.a and libssl.a). To obtain these library files, do either of the following: Download the pre-compiled libraries…
C++

Solution for the EditorLineends.ttr issue

Author: Embarcadero USA During the month of August 2014, Microsoft issued a security patch for Windows (http://support.microsoft.com/kb/2993651). This update had an impact on past versions of our development tools, including RAD Studio, Delphi, and C++Builder from version…
C++

Designing App Navigation with TMultiView

In RAD Studio XE7, we introduced a new smart menu component called TMultiView. With TMultiView, it is really easy to create app navigation that automatically adjusts itself depending on form factor, orientation and target platform using our new behavior services. TMultiView is a container component which means that you can parent many different components to it, such as a top aligned TToolbar or a…
Read more