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 matter if you’re a single developer working in a small project or if you’re a large team working in a big one. So, if…
3 Cool SQL Server TSQL Snippets for Productivity
October 27, 2014
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…
Bluetooth LE support in RAD Studio XE7
September 4, 2014
RAD Studio XE7’s integrated wireless support (Bluetooth and Wifi) works with thousands of consumer and industry specific devices. RAD Studio’s approach makes it easy to integrate virtually any device into the app user experience, and even support multiple device…
In Delphi, C++Builder and RAD Studio XE6, we integrate with leading Backend as a Service (BaaS) providers to add functionality and platform services to your applications. With BaaS, you get easy access to common services in the cloud without having to build or maintain the backend services yourself. This includes support for being able to upload images to your BaaS account using RAD Studio…
Remote push notifications on Android with RAD Studio XE6
April 16, 2014
In RAD Studio XE6, we introduced support for remote push notifications with our BaaS (Backend as a Service) integration. We include components for Kinvey and Parse, two popular BaaS providers, right out of the box.
Our BAAS framework in RAD Studio XE6 is based on our REST…
Delphi (C++Builder) Android Mobile Client DataSnap Server
March 21, 2014
Author: Vsevolod L1433
Преамбула
DataSnap – платформа создания многозвенных приложений. Её история достаточно продолжительна, начиная с совсем ранних версий Delphi.
Fun with FireMonkey Gradients
January 9, 2014
Author: Pawe Gowacki
Everybody loves colours. Great apps should use colours in clever and original ways. I have been recently spending a lot of time using Delphi XE5 for designing screens for mobile apps and must admit that I really like the way how iOS 7 is using colours and gradients. There is a lot of interesting information about iOS user interface design best practices at “iOS 7 Design…
JSON Types for Server Methods in DataSnap 2010
August 19, 2009
Author: Adrian Z1428
converter_1946
I am very happy I was granted permission to talk about the new features present in Delphi 2010 concerning database area.
DataSnap 2010 (DS2010) extended the list of server method parameter types with the full suite of JSON types.
It is now…
DataSnap Server Method Stream Parameters
April 6, 2009
Author: Jim T1392
This is a continuation of my posts on DataSnap server method parameters and return types. This post is about TStream and TDBXStreamValue. The sample client and server projects that go with this post can be downloaded here…
Sharing Violation Error with Paradox Tables.
August 5, 1996
Author: quinn
Technical Information Database
TI265B.txt Sharing Violation Error with Paradox Tables
Category :General Programming
Platform :All
Product :BDE All
Description:
This error is most commonly caused by a "Lock File
Contention". A lock file contention occurs in this
situation:
One user, User "A", is accessing one or more Paradox
tables in a directory. "A" is closing…