摘要: with FDMemTable1 do begin DisableControls; //切断数据感知控件 try Open; //打开 //定义Field fld_Id := TIntegerField(FieldByName('Id')); fld_Value := TStringField(F 阅读全文
posted @ 2020-09-19 23:50 Thenext 阅读(459) 评论(0) 推荐(0)
摘要: 1 var 2 StartTime, EndTime: cardinal; 3 begin 4 StartTime := GetTickCount; 5 sleep(1000); 6 EndTime := GetTickCount; 7 caption := (IntToStr(EndTime - 阅读全文
posted @ 2020-09-19 23:49 Thenext 阅读(432) 评论(0) 推荐(0)
摘要: 相关资料:http://www.delphitop.com/html/Android/2778.html 网络相关的: android.permission.INTERNET 允许程序打开网络套接字 android.permission.CHANGE_NETWORK_STATE 允许程序改变网络连接 阅读全文
posted @ 2020-09-19 09:06 Thenext 阅读(280) 评论(0) 推荐(0)