Delphi

How to dynamically create a TPageControl

Author: Embarcadero USA Technical Information Database TI1321D.txt - How to dynamically create a TPageControl Category :VCL Platform :All-32Bit Product :All32Bit, Description: This document demonstrates how to dynamically add tab sheets (TTabSheet objects) to a Windows 9x/NT Page Control (TPageControl object). Both of these objects are declared in the ComCtrls unit. So make…
Read more
C++

Convert Hex String to an Integer Value.

Author: Embarcadero USA Technical Information Database TI2203C.txt Convert Hex String to an Integer Value. Category :General Platform :All Product :C/C++ All Description: This document provides a method to read hexadecimal numbers. The atoi() function…
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++…
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? As common as this would seem, C++ IOStreams have no support for this. The function shown in the code sample below serves…
Read more
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…
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 components, during OnExit, you will see irregular behavior from controls if you attempt to change focus at that…
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 specific. Chief among all the configuration files is DELPHI.INI. DELPHI.INI resides in the Windows directory and contains…
Read more