Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 100157
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T00:31:32+00:00 2026-05-11T00:31:32+00:00

I need to find basic WYSIWYG HTML editor component for C++Builder 5 to let

  • 0

I need to find basic WYSIWYG HTML editor component for C++Builder 5 to let users to create some simple text that I will paste into existing HTML page template. Just a simple support to create links, add images, use headers/bold/italic.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T00:31:33+00:00Added an answer on May 11, 2026 at 12:31 am

    You can drop a TWebBrowser on a form and enable designmode on it, like this:

    // Delphi code.. (WebBrowser1.Document as IHTMLDocument2).designMode := 'on'; 

    After executing the above line, the page will be editable. You can type extra text, delete, etc. If you want to make selections bold or insert images, you’re going to have to add some buttons to program that. The cool thing is that you can do that either from Delphi (or C++ builder in your case) or you can add javascript on the page to edit itself.

    The contents of the page can be retrieved from

    (WebBrowser.Document as IHTMLDocument2).body.innerHTML; 

    Remember that (WebBrowser.Document as IHTMLDocument2) could be nil.


    Anyway, I can imagine that there are components around that do all the work for you, which is probably a better route to take than reinventing the wheel.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 87k
  • Answers 87k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer in .net 2.0 web.config : <pages> <controls> <add tagPrefix="MYPREFIX" namespace=="MyNamespace.Stuff"… May 11, 2026 at 5:29 pm
  • Editorial Team
    Editorial Team added an answer We stored the images in the resource file as BMP… May 11, 2026 at 5:29 pm
  • Editorial Team
    Editorial Team added an answer Ok, first of all I think you cannot retrieve the… May 11, 2026 at 5:29 pm

Related Questions

I need to find occurrences of (+) in my sql scripts, (i.e., Oracle outer
I need to know how the performance of different XML tools (parsers, validators, XPath
I am creating an application were I need to scan a directory hive to
I'm working on keyboard input for a very basic kernel that I'm developing and

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.