How to transfer Delphi's strings into Chinese characters?

xiaoxiao2021-03-05  19

Can use the program to turn capen = # 25511 # 21046 # 22120 Was beyond CAPTION = 'Controller'?

Var lpstr: WideString; Begin SetLength (LPSTR, 3); LPSTR [1]: = # 25511; lpstr [2]: = # 21046; lpstr [3]: = # 22120; caption: = lpstr; ***** *********************************************************

Caption: = WIDESTRING (# 25511) wideString (# 21046) wideString (# 22120); ************************************* *********************************************************** ****

Begin ShowMessage (String (WideChar (20320)) String (WideChar (22909)));

转载请注明原文地址:https://www.9cbs.com/read-36777.html

New Post(0)