随笔分类 - delphi
摘要:unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V
阅读全文
摘要:ocx代码,下面代码为整个ocx实现体,其中CallInt函数为本文真正实现 unit MyActiveForm; {$WARN SYMBOL_PLATFORM OFF} interface uses Windows, Messages, SysUtils, Classes, Graphics, C
阅读全文
摘要:delphi实现post请求,前提头部先引用IDHttp组件 var fhttpRequest: TIdHTTP; PostData : TStringStream; tmpStr : String; begin fhttpRequest := TIdHTTP.Create(nil); fhttpR
阅读全文
摘要:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, SpeechLib_TLB,StdCtrls; type TForm1 = c
阅读全文