Does someone know, how I get the char for "corresponds to" (font 'MS Reference 1' and sign 61).
I always get '=' and not '^='.
My code:
procedure TForm1.sbEntsprichtClick(Sender: TObject);
begin
try
version_jb:=true; //used in TForm1.memoStyleConversion ---> OK
FontName := 'MS Reference 1' ;
memo.ApplyStyleConversion(rv_APPLYFONTNAME);
finally
version_jb:=false;
end;
Memo.insertText( char(61) ,false);
end;
Set char 'correspondence to'
Re: Set char 'correspondence to'
All OK.
the sign for 'correspondence to' ( ^= ) is ok, if I start the program as exe.
If I start about Strg+F9 I get = .
Why ?
the sign for 'correspondence to' ( ^= ) is ok, if I start the program as exe.
If I start about Strg+F9 I get = .
Why ?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: