ADD , ADDNL without widestring

General TRichView support forum. Please post your questions here
Post Reply
gbg
Posts: 37
Joined: Sun Apr 11, 2010 4:55 pm

ADD , ADDNL without widestring

Post by gbg »

ADD , ADDNL can not add widestring

how i can add widestring by ADD or ADDNL?
gbg
Posts: 37
Joined: Sun Apr 11, 2010 4:55 pm

Post 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
Sergey Tkachenko
Site Admin
Posts: 17559
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply