本文整理自网络,侵删。
var
s : string;
begin
setlength(s, memorystream.size);
copymemory(@s[1], memorystream.memory, memorystream.size);
//pos('.....', s);
end;
相关阅读 >>
Delphi获取jpg、gif、png等格式图片的大小(高度和宽度)
Delphi firedac 获取 insert 记录的自增 id
Delphi 2009 之 tcategorypanelgroup[4]: height
Delphi twebbrowser出现 method pastehtml not supported by automation object 解决方法
更多相关阅读请进入《Delphi》频道 >>