Delphi Base

WindSon

导航

随笔分类 -  Delphi(多线程)

多线程
Delphi 多线程使用
摘要:1. 定义线程类 type TMyThread = class(TThread) private { Private declarations } fPos:Integer; // 变量 protected procedure GetMailList; procedure UpdatepBar; / 阅读全文

posted @ 2020-03-25 20:23 windsonvip 阅读(393) 评论(0) 推荐(0)