[阅读: 566] 2005-01-19 06:31:04
{ Important: Methods and properties of objects in visual components can only be
used in a method called using Synchronize, for example,
Synchronize(UpdateCaption);
and UpdateCaption could look like,
procedure TThread_CheckUpdate.UpdateCaption;
begin
Form1.Caption := 'Updated in a thread';
end; }
签名?有什么用的。。 -___- 俺的网站 www.xleach.com