随笔分类 -  delphi

摘要:unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V 阅读全文
posted @ 2020-08-17 12:00 饿昏的猪大大 阅读(361) 评论(0) 推荐(0)
摘要:ocx代码,下面代码为整个ocx实现体,其中CallInt函数为本文真正实现 unit MyActiveForm; {$WARN SYMBOL_PLATFORM OFF} interface uses Windows, Messages, SysUtils, Classes, Graphics, C 阅读全文
posted @ 2020-08-17 11:57 饿昏的猪大大 阅读(388) 评论(0) 推荐(0)
摘要:delphi实现post请求,前提头部先引用IDHttp组件 var fhttpRequest: TIdHTTP; PostData : TStringStream; tmpStr : String; begin fhttpRequest := TIdHTTP.Create(nil); fhttpR 阅读全文
posted @ 2020-08-17 11:56 饿昏的猪大大 阅读(2774) 评论(0) 推荐(0)
摘要:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, SpeechLib_TLB,StdCtrls; type TForm1 = c 阅读全文
posted @ 2020-08-17 11:54 饿昏的猪大大 阅读(422) 评论(1) 推荐(0)