贾
贾俊颖
Unregistered / Unconfirmed
GUEST, unregistred user!
服务器的类名为EventTest,在Automation Object Wizard 中选择了Generate Event support code
选项,定义了Send方法和Respond 事件,在服务器中编写了函数
procedure TEventTest.Send;
begin
FEvents.Respond;
end;
触发事件。
在客户程序中放置了一个定时器,其事件定义为SendTest,请问如何编写Form1.SendTest函数,
以及如何编写Respond事件函数。
选项,定义了Send方法和Respond 事件,在服务器中编写了函数
procedure TEventTest.Send;
begin
FEvents.Respond;
end;
触发事件。
在客户程序中放置了一个定时器,其事件定义为SendTest,请问如何编写Form1.SendTest函数,
以及如何编写Respond事件函数。