InterBase and Python
October 2, 2015
Author: Gabe Goldfield
Install PyDev using the Eclipse IDE
The instructions for installing PyDev are here:http://www.pydev.org/manual_101_install.html
In the Eclipse IDE I chose Help > Install Updates and Entered the URL for PyDev
Install Python3.4
I chose the Windows…
JEDI libraries now in GetIt Package Manager
September 18, 2015
Author: Luis Navarro
Hello.
I’m very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog.
For those who don’t know these libraries, the JEDI Code Library (JCL) consists of a set of thoroughly tested and fully…
New per-DPI awareness in VCL applications
September 9, 2015
Author: Luis Navarro
In RAD Studio 10 Seattle, we’ve added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no specific…
Download an image in background with Android Services
September 4, 2015
Author: Luis Navarro
So, don’t wait and empower your Android apps with background tasks with RAD Studio 10 Seattle, and enjoy many more features and enhancements.
Do you want to make your own Android App?
Try out the IDE Software and make the most of it. Request a Free…
Setting up Oracle for Embarcadero ER/Studio - Part 2
September 3, 2015
Author: Anil TexasCowboy
Howdy! Welcome to the next installment of the series.
In today’s series, we will explore the options for Oracle Client Setup needed for ER/Studio.
Install the clients needed for your environments.
Reboot after installation.
[Verifying…
RAD Studio 10 Seattle New Code Samples and Snippets
September 3, 2015
Author: Brian Alexakis
Windows 10 VCL Controls
Quickly and Easily Bring Your VCL App to Windows 10
Trusted by millions of developers worldwide, the VCL (Visual Component Library) is a set of visual components for rapid development of Windows applications in the…
Adding a [FixedLength] Attribute in Code-First Entity Framework
August 17, 2015
Author: Craig Stuntz
In Code First Entity Framework models, you can define the length of a string field with StringLengthAttribute, but you have to write code in OnModelCreating to indicate a CHAR/NCHAR fixed length field:
public class MyEntity
{
[Key]
public int Id {…
Author: Developer Skill Sprints
More Information
Using an HTTP Client
System.Net.HttpClient
XE8 Code Samples: HttpDownload
Samples\Object Pascal\RTL\HttpDownload
Samples\CPP\RTL\HttpDownload
XE8 Product Reviewers Guide
Code Central Code…


