Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
Delphi

DataSnap Server Methods Parameters

Author: Jim T1392 Delphi 2009 introduced support for DataSnap server methods. If you are not familiar with this feature, here are two articles that describe server methods: DataSnap 2009 Overview , Getting Started with Delphi DataSnap 2009. DataSnap server methods support a variety of parameter and return types. The following list showsthe types grouped into my own categories. This…
Read more
News

ASP.NET MVC TempData Is Really RedirectData

Author: Craig Stuntz Update: This post was written for MVC 1. TempData behaves completely differently in MVC 2 Beta and higher. In these versions, TempData is cleared only when it is read (or when the session expires). Many people seem to be confused about the TempData…
News

Customizing jQuery Validation

Author: Andrew Bond While doing some bug fixing and cleanup in a web application, I had the chance to go a little deeper into the jQuery user input validation framework. There are many tutorials available about implementing custom validations. But what I wanted to do was to extend the default validations with my own code, while preserving the existing functionality, and to do it site-wide. So…
Read more
Delphi

Writing games with Delphi. Ideas?

Author: Aaron Rosenberg How would you approach creating a game with Delphi? I keep playing with Delphi Prism and recently downloaded XNA Game Studio 3.0. It installs very nicely into Delphi Prism. I wonder what is the most commonly used software for creating games that will…
Delphi

A "Nullable" Post

Author: Barry K21557 [This blog post is by Allen Bauer, but during the blog engine migration was attributed to the wrong author.] Solving problems can be fun and challenging. What is really challenging is solving a problem using only the tools at hand. During the development of Delphi 2009, there were several language features that were dropped in favor of generics and anonymous methods. One such…
Read more
News

Multicast events using generics

Author: Allen Ever since before Delphi 1, the (then Delphi only) RAD Studio IDE has been full of home-grown multicast event class types. I usually refer to these as an “event bus.” This is from my hardware days when I designed microcontroller based…
News

Modeling databases with Embarcadero ER/Studio: an InterBase example

Author: Andreano Lanusse T1394 As you know Embarcadero is a database company, now a database and developer company. A number of great database tools are coming, one of these tools is ER/Studio, which is a tool specialized in database modeling. ER/Studio is independent of the database, offering native integration with MySQL, Oracle, Sysbase, and DB2. To connect to other databases, you can use…
Read more
How-To'sShowcaseWebinar

Not a Hotdog! How to Use AI Object Recognition in Your Apps

I’m finally catching up with the articles to go with our Winter Webinars series. My guests and I have been showing you how to write genuine cross-platform low-code apps that do extraordinary…

IN THE ARTICLES