Articles Index
Create Component Templates in Delphi
Creating and using Component templates provides a simple, quick way of configuring and saving groups of components in Delphi.
add custom components to Delphi 2005 (Delphi for Win32)
In Delphi 2005 custom components are installed in the IDE as packages (BPL files). If you need to install custom component(s), and you have source files (units containing the components), with Delphi 2005 (for Win32) you need to create a package to host the components prior to installing the components in the Tool Palette. Here's how...
Use Adobe Acrobat (PDF) Files in a Delphi Application
Let's see how to to show an adobe acrobat (.pdf) file in a delphi application.
View CPU Debug Info in Delphi
Steps to activation and use of the CPUWindow in the IDE when working with Delphi.
Create a TButton at Run-Time
Adding a new control (tbutton) to the current form at run-time.
Import an ActiveX Control in Delphi
Let's see how to add activex controls to your delphi projects.
