Products Technologies Demo Docs Blog Support Company

Using TX Text Control with C++ Builder XE7

This tutorial shows how to use TX Text Control ActiveX within Embarcadero C++ Builder XE7. Start RAD Studio XE7 and choose Import Component from the Component main menu. In the opened dialog box, select VCL for C++ Win32 and confirm with Next . In the next step, choose Import ActiveX Control and confirm with Next . Select your desired version of TX Text Control and confirm with Next . Choose ActiveX as the Palette Page and choose a Unit Dir Name such as: C:\Components\RadStudio…

Using TX Text Control with C++ Builder XE7
Embarcadero C++ Builder Logo

This tutorial shows how to use TX Text Control ActiveX within Embarcadero C++ Builder XE7.

  1. Start RAD Studio XE7 and choose Import Component from the Component main menu. In the opened dialog box, select VCL for C++ Win32 and confirm with Next >>.

    Using TX Text Control with C++ Builder XE7
  2. In the next step, choose Import ActiveX Control and confirm with Next >>.

    Using TX Text Control with C++ Builder XE7
  3. Select your desired version of TX Text Control and confirm with Next >>.

    Using TX Text Control with C++ Builder XE7
  4. Choose ActiveX as the Palette Page and choose a Unit Dir Name such as:

    C:\Components\RadStudio XE7\TextControl\

    Make sure that Generate Component Wrappers is checked and confirm with Next >>.

    Using TX Text Control with C++ Builder XE7
  5. Select Install to New Package and confirm with Next >>.

    Using TX Text Control with C++ Builder XE7
  6. Type in a Package name:

    C:\Components\RadStudio XE7\TextControl\TextControlPackage\
        TextControl.cbproj

    And a Description:

    ActiveX Components TX Text Control

    Click on Finish.

    Using TX Text Control with C++ Builder XE7
  7. Confirm the question about a missing framework with Yes.

    Using TX Text Control with C++ Builder XE7
  8. In the opened dialog, save TextControlPCH1.h to TX Text Control package folder.

  9. Select Clean TextControl and Build TextControl from the Project main menu.

  10. Close all projects and choose Options from the Tools main menu.

  11. Add the path of the TX Text Control package to the System Include Path separated with a semicolon.

    Using TX Text Control with C++ Builder XE7
  12. Open the saved project TextControl.cbproj and build it by choosing Build TextControl from the Project main menu.

  13. Right-click TextControl.bpl and select Install to install the imported components to the Tool Palette.

If you create a new VCL Forms Application - C++ Builder project now, you will find the imported TX Text Control controls in the Tool Palette in the ActiveX palette page:

Using TX Text Control with C++ Builder XE7

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

ActiveX

TX Text Control ActiveX is a royalty-free, fully programmable rich edit control that offers developers a broad range of word processing features in a reusable component. It provides comprehensive text formatting, powerful mail merge features and all word processing key concepts such as table support, images, headers and footers and page sections.

See ActiveX products

Related Posts

ActiveXASP.NETWindows Forms

Expert Implementation Services for Legacy System Modernization

We are happy to officially announce our partnership with Quality Bytes, a specialized integration company with extensive experience in modernizing legacy systems with TX Text Control technologies.


ActiveXASP.NETWindows Forms

Service Pack Releases: What's New in TX Text Control 33.0 SP1 and 32.0 SP5

TX Text Control 33.0 Service Pack 1 and TX Text Control 32.0 Service Pack 5 have been released, providing important updates and bug fixes across platforms. These service packs improve the…


ActiveXASP.NETWindows Forms

TX Text Control 32.0 Service Pack 4 Released

We are very happy to announce the immediate availability of new Service Packs for TX Text Control 32.0 for all platforms including Windows Forms, WPF, ASP.NET, and ActiveX. This release includes…


Windows FormsGetting StartedTutorial

Windows Forms Tutorial: Create Your First Windows Forms C# Application

This tutorial shows how to create your first Windows Forms application with C# using TX Text Control .NET for Windows Forms in Visual Studio 2022.


ASP.NETASP.NET CoreMailMerge

How to Mail Merge MS Word DOCX Documents in ASP.NET Core C#

Mail merge is the process of merging data, such as Json or IEnumerable objects, into a template document, such as a DOC or DOCX file. This tutorial is a walkthrough of the steps necessary to…