标签:
SetLength 对于字符串,是WideChar的长度
GetMem 只针对Byte
Move 只针对Byte
FillChar 只针对Byte
WriteFile(API) 只针对Byte
另外学习了:
StrPCopy 拷贝String到PChar
StringOfChar 使用重复的Char组合出String
D7升级时候发现许多System函数只有Byte版本的,需要注意
标签:
原文地址:http://www.cnblogs.com/findumars/p/5240652.html