StrPLCopy - C++ Builder

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

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


复制字符串

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

char *__fastcall StrPLCopy(char *Dest, const System::AnsiString Source, unsigned MaxLen);
System::WideChar *__fastcall StrPLCopy(System::WideChar *Dest, const System::UnicodeString Source, unsigned MaxLen);

参数:

返回值:


相关:


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

上一篇下一篇

猜你喜欢

热点阅读