VCL

TMS Unicode Component Pack

Over 60 controls to add Unicode support for your Delphi & C++Builder applications


Tips and Frequently Asked Questions

 Extend the max. size of text size that can be entered in TntRichEdit


Just like with a regular TRichEdit control, there is a default limitation on the size of text that can be entered in the rich edit control. To make this size larger, following code can be used:
const
  EM_EXLIMITTEXT = $0435;
  TEXTSIZE = 256000;

begin
  SendMessage(TNTRichEdit.Handle, EM_EXLIMITTEXT, 0, TEXTSIZE);
end;
This extends size of the text that can be entered to 256000 characters


VCL

Buy now

TMS Unicode Component Pack


Single developer license


license for 1 developer € 30


order now
add to cart

Site license


unlimited developers in the company € 120


order now
add to cart

CreditCards and PayPal Accepted


Compatibility

    Delphi 7, 2007, 2010, 2009, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo, C++Builder 2007, 2009, 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7, XE8, 10 Seattle, 10.1 Berlin, 10.2 Tokyo (Professional/Enterprise/Architect)


Licensing

  • Licensing FAQ
  • License for commercial use: Single developer license, Site license
  • Includes full source code
  • Ask questions to our engineers related to purchased product via Support Center
  • Free 1 year updates and new releases
  • After 1 year, a discount renewal is offered for a 1 year extension. *
    * offer valid for 30 days after end of license. Discount price is subject to change.

Included In

Bookmarks