Page 1 of 1
ADD , ADDNL without widestring
Posted: Tue Apr 20, 2010 7:26 pm
by gbg
ADD , ADDNL can not add widestring
how i can add widestring by ADD or ADDNL?
Posted: Wed Apr 21, 2010 2:17 pm
by gbg
what is unicode or widestrinh of this procedures:
procedure AddNL(const s: String; StyleNo, ParaNo: Integer);
procedure Add(const s: String; StyleNo:Integer);
i found Unicode version only this procedures:
AddNLATag and AddNLWTag
Posted: Wed Apr 21, 2010 6:52 pm
by Sergey Tkachenko
Use AddNLWTag.
If you do not need tag, pass 0 in Tag parameter.
If you want to continue paragraph, pass -1 in ParaNo parameter.
Note: text will be added as Unicode only if the corresponding text style has Unicode property = True.