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

The Delphi Eclipse...

Author: David O17638 One item in my previous post that I specifically didn’t address is the notion of using Eclipse instead of VS. Again, this is something we’d be remiss to ignore. However, the primary ding against Eclipse is its reliance on a JVM. Were it not for the fact that we are trying to support the .NET platform, this might be a reasonable path to…
Read more
News

Basic Authentication in Delphi 7 SOAP

Author: Tóth Erik Back after a break. It’s been quite a while since I wrote, so I’ll cut to the chase. Question on newsgroups: How do I set username/password for Basic Authentication on SOAP. Issues: The HTTPRio.HTTPWebNode.UserName and .Password properties…
Delphi

Making "Stay-on-top-forms" do want you want

Author: Embarcadero USA Delphi supports this type of forms by providing the FormStyle property for the TForm class. All you have to do is to set this property to fsStayOnTop. So why did I write this article? Well, there are a few things to consider: Using fsStayOnTop…
News

The Observer Pattern

Author: Joanna C1415 Introduction When we use Delphi to design forms and data modules, every time we place a component on the designer, several things change: the form now shows an appropriate representation of the component, the object inspector changes to show the properties of the component and, if we press Alt-F12, we see the .DFM file now contains information about the component. Whether…
Read more
News

PopupMode and PopupParent

Author: Allen In VCL.NET (and for those of you paying attention, also in the version of Win32-VCL used in the IDE integration pack for Delphi 8) there is a new property on TCustomForm called PopupMode. This controls how the top-level form behaves with respect to…
Delphi

Playing WAV and MIDI files Using DirectX Audio with Delphi

Author: Embarcadero USA DirectX Overview Conducting a survey about what game programming API used by most of game softwares running on PC, I am sure that, DirectX will be on top list. Nowdays, DirectX had become a mature API for game programming on Windows platform. It makes game developer’s life easier. In old days of game programming history, game…
Read more
C++

Kylix 3 Open Edition available for download

Author: Anders Ohlsson With Kylix 3 Open Edition now available for download, here are the top 5 reasons get it: Exercise the freedom to choose: use C/C++ or Delphi languages Develop Linux. open-source GPL applications faster Visually create high-performance Linux GUI…
Delphi

Working with cookies

Author: Embarcadero USA Technical Information Database TI4523D.txt - Working with cookies Category :Internet/WEB Platform :All-32Bit Product :All32Bit, Description: The purpose of this document is not to explain what a cookie is or what it is used for. Instead this document assumes that you are familiar with the use of cookies and want to know how to work with them when developing…
Read more
C++DelphiNewsRAD Studio

What You Can Do With RAD Studio 12.2

RAD Studio 12.2, released on September 12, 2024, has changed the development game again. How? With features never before seen in the IDE, like embedded access to AI-assisted coding, and with…

IN THE ARTICLES