Question and Answer Database FAQ2533D.txt Embedding a copyright symbol in a string? Category :Object Pascal Platform :All Product :All 32 bit Question: How can I embed a copyright symbol in a caption? Answer: For most fonts, typing ALT+0169 in the (object inspector) will produce a copyright symbol. In code, use chr(169) to produce a copyright symbol. If you are using the symbol font, the char code will be 211. 7/16/98 4:31:28 PM
Last Modified: 01-SEP-99