Delphi 学习大师
个人中心
搜索
Delphi 学习大师
文章详情
副标题
Base64字符串转换为IMageENMView
2020-09-04
// Append a JPEG that is Base64 encoded ms := TMemoryStream.Create(); try IEDecode64( SourceStream, ms); ms.Position := 0; ImageEnMView1.AppendImage( ms, ioJPEG ); finally ms.Free(); end;
技术资料
阅读63
发表评论
登录评论
匿名评论
提交
提交