C++

How to call a C++ member function in a DLL

Author: Embarcadero USA Technical Information Database TI2191C.txt How to call a C++ member function in a DLL Category :General Platform :All Product :C/C++ All Description: Calling Member Functions in a DLL ================================= How to call C++ member functions from a DLL is a question that comes up quite often. A couple of issues tend to catch first timers off-guard…
Read more
C++

Output Numbers with Thousands Separator

Author: Embarcadero USA Technical Information Database TI2183C.txt Output Numbers with Thousands Separator Category :General Platform :All Product :C/C++ All Description: How do I output comma-formatted numbers such as 1,000,000 with C++ IOStreams?
C++

How to Build and Use a Simple DLL

Author: Embarcadero USA Technical Information Database TI2195C.txt How to Build and Use a Simple DLL Category :General Platform :All Product :C/C++ All Description: This document discusses how to create dynamically linked libraries (DLLs) using version 5.0 of…
Delphi

DDE: A simple example

Author: Embarcadero USA Technical Information Database TI1177D.txt - DDE: A simple example Category :Delphi 1.x Platform :All Windows Product : Description: Q: How can I do DDE under Delphi using API calls ? A: Its fairly easy to accomplish, following is an example of how to have a client program talk with a server program. Both are completely written in Delphi. In total there are 2…
Read more
Delphi

Validating input in TEdit components

Author: Embarcadero USA Technical Information Database TI1171D.txt Validating input in TEdit components Category :VCL Platform :All Product :Delphi All Description: Q: How can I validate input in my TEdit components? A: Assuming you're using regular TEdit…
Delphi

Loading Bitmaps and Cursors from RES Files

Author: Embarcadero USA Technical Information Database TI1081D.txt Loading Bitmaps and Cursors from RES Files Category :VCL Platform :All Product :Delphi All Description: Loading Bitmaps and Cursors from RES files Bitmaps and cursors can be stored in a resource (RES) files and linked into your application's EXE file. RES files can be created with…
Read more
Delphi

Delphi Configuration Files

Author: Embarcadero USA Technical Information Database TI1105D.txt - Delphi Configuration Files Category :Delphi 1.x Platform :All Product : Description: Delphi employs a number of files for its configuration, some global to the Delphi environment, some project…
C++

dBASE .DBF File Structure

Author: Embarcadero USA Technical Information Database TI838D.txt dBASE .DBF File Structure Category :Database Programming Platform :All Product :Delphi All Description: Sometimes it is necessary to delve into a dBASE table outside the control of the Borland…
C++

Understanding the PARADOX.NET file with the BDE

Author: Embarcadero USA Technical Information Database TI212B.txt Understanding the PARADOX.NET file with the BDE Category :General Programming Platform :All Product :BDE All Description: When using Paradox type table with the Borland Database Engine (BDE), a Paradox net file is used in the same way that Paradox does--to keep track of the number of users. Each Paradox and…
Read more