FDConnection1断网后自动重连
2020-06-16 21:49 su_hq 阅读(431) 评论(0) 编辑 收藏 举报void __fastcall TFireDM::FDConnection1Recover(TObject* ASender, TObject* AInitiator, Exception* AException, TFDPhysConnectionRecoverAction &AAction)
{
//设置为重试模式
AAction=faRetry;//faCloseAbort;//faOfflineAbort;
}