Canvas doesn’t allow drawing
在调试delphi应用程序时,会在程序运行几秒后,突然出现这个错误。一般这个错误都是出现在使用线程时… Continue Reading Canvas doesn’t allow drawing
感悟技术人生
在调试delphi应用程序时,会在程序运行几秒后,突然出现这个错误。一般这个错误都是出现在使用线程时… Continue Reading Canvas doesn’t allow drawing
下面通过详细的例子来讲述如何在delphi中处理sql server中的p_w_picpath、te… Continue Reading DELPHI中对SQL SERVER中image、text字段的读写综述
网上对该问题的帖子很多,但是经常不是很全面,笔者在使用时也遇到了很多实际问题,比如参数不存在啊、类型… Continue Reading DELPHI存储过程调用
一、建立com服务端 1、建立服务端应用程序 首先在Delphi的集成环境中建立服务端应用程序。点击… Continue Reading 用DELPHI建立多线程COM服务器
unit Unit1; interface uses Windows, Messages, SysU… Continue Reading http Request Post Test
thashmap_unit u… Continue Reading DELPHI实现动态信息显示功能
var mdevice : array[0..255] of char; mdriver : arr… Continue Reading Delphi 打印--打印机选择
type t_object = class(tobject) //基类 private public… Continue Reading DELPHI 虚拟继承示例