摘要:
基于DELPHI XE开发的应用服务器 全插件式的客户端快速应用开发框架 阅读全文
摘要:
{author:cxg断网自动检查并提示,自动重连}unit ClientTestConnected;interfaceuses SysUtils, Classes, SqlExpr,uNetCommon;type TWaitThread = class(TThread) private { Private declarations } fNetConnect:Boolean; FCheckInterval: Integer; FMsg: string; protected procedure ShowMsg; procedure Execute; override; procedure Se 阅读全文