Runtime error 216
时间:2010-12-19 来源:fyen
解决方法在主窗口中的OnClose中执行客户端断开
procedure TFormMain.FormClose(Sender: TObject; var Action: TCloseAction); begin if RtcHttpClient1.isConnected then RtcHttpClient1.Disconnect; end;
相关阅读 更多 +
排行榜 更多 +
时间:2010-12-19 来源:fyen
解决方法在主窗口中的OnClose中执行客户端断开
procedure TFormMain.FormClose(Sender: TObject; var Action: TCloseAction); begin if RtcHttpClient1.isConnected then RtcHttpClient1.Disconnect; end;