Embarcadero Technology Partner Spotlight
Gnostice – Programming with PDF and Office Documents Girish Patil – Gnostice Information Technologies Thursday, June 18, 2015 http://www.gnostice.com/
YouTube video – https://www.youtube.com/watch?v=jVC21mOV9bM
eDocEngine VCL is a comprehensive e-document creation component suite for Delphi and C++Builder. eDocEngine can create documents in clipboard…
Using TLocationSensor with TMapView in RAD Studio XE8
June 16, 2015
Author: Alan K26627
During and after my Maps Skill Sprint last week, I received multiple questions on how to use TMapView with RAD Studio XE8. I thought I would create a new demo that showcases the following functionality to help answer those questions.
This demo showcases…
3 things you Need to Know About SQL Server Sequence
June 15, 2015
Author: Tamarian D2278
As we traverse through different versions of SQL Server, there are new enhancements that always make us learn for newer techniques. One such addition to SQL Server 2012 is called as Sequences. Sequences are just like a running number like…
New FireMonkey Media Library Options in RAD Studio XE8
June 15, 2015
RAD Studio XE8 provides new FireMonkey Media Library options. This includes the ability to automatically save pictures taken by the device camera (in your iOS and Android applications) to the on-device photo library.
Today, I thought I would show you how to save photos taken with the device camera directly to your photo library by extending our ShareSheet code snippet demo that is included with…
Rapid SQL XE6 / 8.7.5 is Now Available
June 2, 2015
Author: Embarcadero USA
Rapid SQL XE6 version 8.7.5 is now available.
EmbarcaderoRapid SQL is the integrated SQL development environment for IBM DB2, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, Sybase and Teradata database systems. Rapid SQL is your fast path to…
Author: Luis Navarro
In one of the latest surveys among RAD Studio developers, we realized that there is still a significant part of the community that doesn’t use any version control system, a surprising 32%.
There are many reasons to use a version control system, no…
Creating Custom Multi-Device Preview Devices
May 14, 2015
In RAD Studio XE8, we introduced the Multi-Device Preview. TheMulti-Device Previewprovides adesign time viewof what your application is going to look like on a wide range of devices.
In RAD Studio XE8, you can easily add your own device to the Multi-Device Preview to see what your application is going to look like on a specific device.
In this quick tutorial, I am…
CORS on DataSnap REST Server
May 7, 2015
Cross-origin resource sharing (CORS) is a mechanism that enables resources to be shared across domains. Typically this isn’t allowed to prevent security issues. To enable on your DataSnap REST server you can use the following code per MVPNirav Kakufrom…
Working with TMapView on iOS and Android with RAD Studio XE8
April 16, 2015
The new maps component in RAD Studio XE8 simplifies the addition of mapping functionality to mobile applications. TMapView provides map API access for iOS and Android. It makes use of the Google Maps Android API on Android and the Map Kit Framework on iOS.
The key features…
Building Proximity Aware Application with RAD Studio XE8
April 8, 2015
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 AltBeacon.
iBeacon is a format defined by Apple. When working with iBeacons,select theStandard Mode available for the…