读入的内容写到Memo1_Test显示出来,测试用 ___delphi___
来源: 网络用户发布,如有版权联系网管删除 2020-04-04
读入的内容写到Memo1_Test显示出来,测试用 EdTitle.Text:=pStr;
Memo1_Body.Lines.Add(pStr);
while not Eof(pMyFile) do
begin
Readln(pMyFile,pStr);
trim(pStr);
if pStr<>'' then
Memo1_Body.Lines.Add(pStr)
else
begin
Button2Click(Sender);
Timer1.Enabled:=true;
end;
查看评论 回复
"读入的内容写到Memo1_Test显示出来,测试用 ___delphi___"的相关文章
热门文章
- 空格后面的作为标题 ___delphi___
- 要处理的文件总行数 ___delphi___
- function TrimString(str:string):string; ___delphi_
- 把要处理的文件装入到memo1_test中,启动处理定时器ti
- 读入的内容写到Memo1_Test显示出来,测试用 ___delphi_
- textarea不能使用以下方式 ___delphi___
- 随机发布文章到栏目类别 ___delphi___
- 用pos函数来判断,在下面这一行怎么会出错呢? ___del
- delphi什么函数能判断一个字符串包含在另一字符串 ___
- delphi怎样判断字符串包含指定字符 ___delphi___