Delphi 数据转换
Posted it89
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Delphi 数据转换相关的知识,希望对你有一定的参考价值。
指针转换
Pointer——string
string:=PChar(Pointer);{ Pointer指向的数据要以#0结尾。使用System.AllocMem(Size)分配的内存是用#0填充的。 }
以上是关于Delphi 数据转换的主要内容,如果未能解决你的问题,请参考以下文章