Page 1 of 1

SRVEdit can not support unicode when insert into SVE

Posted: Mon Feb 20, 2012 6:57 am
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 .

Posted: Tue Feb 21, 2012 7:23 pm
by Sergey Tkachenko
SRVEdit supports Unicode in Delphi 2009 or newer.