码迷,mamicode.com
首页 >  
搜索关键字:variants    ( 308个结果
Delphi中WebBrowser自动填表模板
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,MSHTML, SHDOCVW,IdGlobal;type TM
分类:Windows程序   时间:2016-03-17 19:33:20    阅读次数:268
Delphi word 颜色
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) bt
分类:Windows程序   时间:2016-03-07 11:59:37    阅读次数:270
Delphi实现截屏存盘的方法
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,jpeg; type TForm1 = class(TFor
分类:Windows程序   时间:2016-03-05 06:54:45    阅读次数:241
clientdataset<---->json
现在,DATASNAP倾向于使用JSON作为统一的数据序列格式,以期达到跨平台的效果。于是使用JSON便成为热点。unit uJSONDB; interface uses SysUtils, Classes, Variants, DB, DBClient, SuperObject, Dialogs;
分类:Web程序   时间:2016-03-03 01:38:42    阅读次数:271
查看内存数据的函数
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Bu
分类:其他好文   时间:2016-03-02 23:43:10    阅读次数:199
Delphi Length函数
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Bu
分类:Windows程序   时间:2016-02-29 19:53:38    阅读次数:580
用内存流 文件流 资源生成客户端(Delphi开源)
正文:很多木马生成器就是用的内存流和文件流生成客户端的,废话不多说了,代码如下: unit Main;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, Std
分类:Windows程序   时间:2016-02-25 19:51:58    阅读次数:215
delphi中一切皆指针
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,TypInfo,ObjAuto; type TForm1 =
分类:Windows程序   时间:2016-02-25 19:42:10    阅读次数:198
关于多态的理解,有助于理解TStream抽象类的多态机制。
有的时候 不是很明白流的机制,因为有内存流 文件流 图片流 等等 他们之间的相互转化 靠的就是流的多态性。。。。 unit Unit11; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants
分类:其他好文   时间:2016-02-25 10:18:15    阅读次数:138
Delphi将图片缩放成指定大小
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,jpeg, ExtCtrls; type TForm1 =
分类:Windows程序   时间:2016-02-16 20:25:54    阅读次数:2393
308条   上一页 1 ... 11 12 13 14 15 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!