SRVEdit can not support unicode when insert into SVE

General TRichView support forum. Please post your questions here
Post Reply
yh01110
Posts: 9
Joined: Thu Apr 21, 2011 12:43 am

SRVEdit can not support unicode when insert into SVE

Post by yh01110 »

Code: Select all

  c := TSRVEdit.Create(nil);
  c.Parent := Panel5;//}SRichViewEdit1.RichViewEdit;
  c.Name:= 'SRVEdit';
  c.Text:='';
  c.Color:=clWhite;
  c.Font.Name :='ËÎÌå';
  c.EnabledBorderWidth :=0;

  SRichViewEdit1.RichViewEdit.InsertControl('teste', c, rvvaAbsMiddle);

just use those codes ,but SRVEdit can not surport unicode .
Sergey Tkachenko
Site Admin
Posts: 17524
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

SRVEdit supports Unicode in Delphi 2009 or newer.
Post Reply