C++CodeDatabaseDelphiRAD Studio

Quickly And Easily Build A REST Based Notes App With RAD Server In Delphi And C++

EMS.NotesResource Sample is a server-client EMS demo. It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample. InterBase is used to store the information with the server connections. Use theRAD Server Consoleto display the statistics. The first part consists of creating an EMS Package…
Read more
C++CodeDelphiRAD StudioTech Partner

Quickly And Easily Add MAPI Support Using Winsoft's MAPI for Delphi on Windows

Embarcadero Tech Partner WINSOFT provides an easy to use MAPI suite for Delphi. What makes MAPI hard? MAPI is hard. There is lack of clear and consistent coding, different answers provide different solutions, the solution is not in Delphi, there has to be various work-arounds, or the code-snipplet was built for very old non-Unicode version of Delphi. You eventually tear your hair out or get…
Read more
CodeDelphi

Learn How To Easily Customize The Appearance Of A ListView In This Delphi Sample App

Some of the use case needs to view the Multi Details Appearance for a List item in a ListView .e.g Selecting Multiple items Add or Delete from a List with Multi Detail information.Delphi/C++ Builderoffers robust components to do the job at design time or runtime with less code and made developer life easy. ListViewMultiDetailAppearanceSample show three detail text items.
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Create A Custom List View Adapter With A Python Server In This Sample For Delphi

Location You can find theCustomAdaptersample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand navigate to:Object Pascal\Multi-Device Samples\User Interface\ListView\CustomAdapterSubversion Repository:You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio…
Read more