StrNew - C++ Builder

2022-04-08  本文已影响0人  玄坴

C++ Builder 参考手册System::SysutilsStrNew


使用 StrAlloc 分配内存并且把字符串复制到这里

头文件:#include <System.SysUtils.hpp>
命名空间:System::Sysutils
函数原型:

char *__fastcall StrNew(const char *Str);
System::WideChar *__fastcall StrNew(const System::WideChar *Str);

参数:

返回值:


例子:请参考 StrLenStrBufSize 的例子。


相关:


C++ Builder 参考手册System::SysutilsStrNew

上一篇下一篇

猜你喜欢

热点阅读