#1 2015-06-02 12:12:07

Junior/RO
Member
Registered: 2011-05-13
Posts: 207

How to show ≥ (greater than or equal to sign) using Delphi 7

I am using Delphi 7, Windows 8.1, and I need to show the greater than or equal to sign in a caption (TLabel).

I can't type this sign, and the IDE don't accept using copy and past. I don't know what to do.

Offline

#2 2015-06-02 13:56:02

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,165
Website

Re: How to show ≥ (greater than or equal to sign) using Delphi 7

You need an Unicode label for that.

Under Delphi 7, the TLabel is not able to do that, since >= is not part of the default code page.

You need an Unicode TLabel component.
See e.g. https://github.com/rofl0r/TntUnicode
or http://www.yunqa.de/delphi/doku.php/pro … rols/index

Offline

Board footer

Powered by FluxBB