Delphi txt文件的操作[2]用流Stream来读取文件
摘要:
Delphi txt文件的操作[2]用流Stream来读取文件 1、读取全部内容 var mFileStream: TMemoryStream; Filebuf: array of PChar; //声明动态数组 iLen: Int64; begin iLen := 0; mFileStream : 阅读全文
posted @ 2022-03-23 16:15 滔Roy 阅读(969) 评论(0) 推荐(0) 编辑