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 from Github. Build these libraries from sources. Download the sources from Github and follow the steps described in Tutorial…
Read more
News

Logical to Physical Data Modeling

Author: Cosmin G6814 In the last article we learned how to create a data model from scratch using ER/Studio Data Architect. In part II we will explore about how to convert a Logical Data Model into a Physical Data Model. Section 1: Generating a Physical Data…
News

3 Cool SQL Server TSQL Snippets for Productivity

Author: Tim DelChiaro Nobody would want to shy away from some help. This is second to human nature and we never try totalk it out explicitly. When at work, if we can surely get help from our colleagues when it comes to driving the deadlines and completing it ahead of time. Keeping things till the last moment will only bring our heart rate higher and the anxiety to finish will sometimes make…
Read more
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…
Delphi

DataSnap "CUSTOMERS" FireDAC JSON Reflection Demo Code

Author: Mério C11139 My “RAD in Action: Build Modern Apps with Enterprise Mobility Services” webinar is happening right now. During my 50 minutes session I’m demonstrating using DataSnap framework for building multi-tier database application with FireDAC JSON Reflection framework. That’s very powerful and very easy to code. During the demo I have illustrated the…
Read more
C++

Mobile User Interface Design: Home Screen Navigation

Author: Carlos V17533 When it comes to mobile UI design, there are several key design paradigms. I covered the different mobile UI design patterns in my recent C++ Mobile Day session. Today, I thought I would write a quick tutorial on how to create your own Home Screen Navigation using Delphi, C++Builder or RAD Studio XE6. App Home Screen Navigation Key Features • Images arranged in a grid…
Read more