How to Create a New 64bits VCL Component in C++ or Delphi
November 9, 2021
How can I create a new 64bits VCL Component? How can I use the New Component menu? How can I use and fill the New Component Wizard for the 64bits VCL applications? What is a Component in C++? What is an Object in C++? Let’s answer these questions.
Note that this article uses C++ Software for its example, but the process for Delphi applications is exactly the same.
One of the most…