Originale-mail to me for new edition

 

WideString

 

The WideString type represents a dynamically allocated string of 16-bit Unicode characters. In most respects it is similar to AnsiString.

On Win32, WideString is compatible with the COM BSTR type. Borland development tools have support features that convert AnsiString values to WideString, but you may need to explicitly cast or convert your strings to WideString.

About extended character sets

 

Topic groups

 

See also

About string types

Character strings

 

 

译文

 

宽串

 

WideString类型表示16Unicode字符的动态分配的串。WideString类型大部分的特性与AnsiString类型相似。

Win32中,WideString类型与COM BSTR类型兼容。尽管Borland开发工具已经支持AnsiString值到WideString类型的变换,但有时仍可能需要明确将串类型转换(cast)或变换(convert)成WideString类型。

关于扩展字符集

 

主题组

 

相关主题

关于串类型

字符串