码迷,mamicode.com
首页 >  
搜索关键字:variants    ( 308个结果
[转]:Delphi 中的哈希表(1): THashedStringList
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Bu... ...
分类:Windows程序   时间:2017-01-04 21:57:39    阅读次数:292
[RxJS] Split an RxJS observable conditionally with windowToggle
There are variants of the window operator that allow you to split RxJS observables in different ways. In this lesson we will explore the windowToggle ...
分类:Windows程序   时间:2016-12-22 22:36:52    阅读次数:251
[RxJS] Multicasting shortcuts: publish() and variants
Because using multicast with a new Subject is such a common pattern, there is a shortcut in RxJS for this: the publish() operator. This lesson introdu ...
分类:Web程序   时间:2016-10-23 07:47:30    阅读次数:321
FDMemTable的详细使用方法
unit Unit1; interface uses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra ...
分类:其他好文   时间:2016-09-08 14:20:45    阅读次数:849
DIOCP之DEMO-登陆验证设计(二)
ECHOServer代码(不考虑粘包的处理): unit ufrmMain; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Ac ...
分类:其他好文   时间:2016-09-04 22:05:42    阅读次数:191
delphi 输入年月判断天数,判断指定年份与月份判断当月有多少天
delphi 输入年月判断天数 //需要引用dateutils; unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs,dateutils ...
分类:Windows程序   时间:2016-08-30 09:29:43    阅读次数:217
一个用UpdateLayeredWindow实现窗体半透明的delphi的代码
http://www.pudn.com/downloads171/sourcecode/windows/detail791686.html unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graph ...
分类:Windows程序   时间:2016-08-27 06:25:34    阅读次数:254
delphi线程的创建、挂起、激活与终止(用绘图做实验,简单又好用)
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm)Button1: ...
分类:编程语言   时间:2016-08-20 01:24:34    阅读次数:138
检测鼠标键盘多久没有活动(使用GetLastInputInfo API函数检测)
DELPHI代码 [html] view plain copy unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrl ...
分类:Windows程序   时间:2016-08-19 23:55:12    阅读次数:1725
窗体showModal
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, Buttons; type TForm1 = class( ...
分类:Windows程序   时间:2016-08-08 00:41:55    阅读次数:228
308条   上一页 1 ... 8 9 10 11 12 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!