VCL

TMS Unicode Component Pack

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


Tips and Frequently Asked Questions

 Unicode hints


The Tnt Unicode components have a full widestring Hint property with which a unicode hint text can be set. To make sure the hint is shown with Unicode displayed, set the application hint window class as TntHintWindow, ie:
HintWindowClass := TntHintWindow;

// If the system hint font does not support unicode, you can override this by creating a class:

TTntHintWindowEx = class(TTntHintwindow)
protected
  procedure CreateWindowHandle(const Params: TCreateParams);
  override;
end;

{ TTntHintWindowEx }

procedure TTntHintWindowEx.CreateWindowHandle(const Params: TCreateParams);
begin
  inherited;
  Canvas.Font.Name := 'Arial Unicode MS';
end;

// and set:

HintWindowClass := TntHintWindowEx;


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