码迷,mamicode.com
首页 >  
搜索关键字:variants    ( 308个结果
队列与DelphiXe新语法
好久没写代码了,更久没上博客园的博客了,无聊写几行试一下新语法。 1 unit Main; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, Sy...
分类:Windows程序   时间:2014-12-20 23:21:47    阅读次数:307
delphiXE7关于android 检测屏幕是否处于关闭状态
unit Unit1;interfaceuses System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, FMX.Types, FMX.Controls, FMX.Forms, FMX.Gra.....
分类:移动开发   时间:2014-12-19 11:44:23    阅读次数:504
Variants
1 ////Variants.cpp 2 3 #include "vcf/FoundationKit/FoundationKit.h" 4 #include "vcf/FoundationKit/Dictionary.h" 5 using namespace VCF; 6 7 ...
分类:其他好文   时间:2014-12-18 16:47:25    阅读次数:230
Delphi中使用@取函数地址的问题(转)
Delphi中使用@取函数地址的问题例如以下代码:unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs;type TForm1 = clas...
分类:Windows程序   时间:2014-12-15 18:55:51    阅读次数:192
Background MRP job running
1. Starting from the Material Requirements Planning node, choose Planning Total planning As background job.The Total planning: Variants screen appears...
分类:其他好文   时间:2014-12-15 17:16:49    阅读次数:184
delphi处理消息的几种方式
第一种:自定义处理单条消息[delphi]view plaincopyunitUnit2;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs;typeTForm2=class(...
分类:Windows程序   时间:2014-12-15 16:44:22    阅读次数:272
ADO方式连接数据库--添删查修
程序界面:程序源码: 1 unit mydb; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, DB...
分类:数据库   时间:2014-12-09 21:11:30    阅读次数:373
备忘录(记事本)
1 unit DateTimePicker; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, Co...
分类:其他好文   时间:2014-12-05 12:40:04    阅读次数:292
红绿灯模拟
1 unit TrafficLight3; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, Std...
分类:其他好文   时间:2014-12-05 12:09:51    阅读次数:202
Mac下boost的安装与使用 Install and use boost library on Mac
Boost库的介绍:http://www.boost.org/ 要想在mac上使用boost库写应用程序,首先需要安装boost。 安装步骤:参考官网教程http://www.boost.org/doc/libs/1_57_0/more/getting_started/unix-variants.html 1.下载 Download boost_1_57_0.tar.bz2. 2....
分类:系统相关   时间:2014-12-04 18:04:55    阅读次数:643
308条   上一页 1 ... 23 24 25 26 27 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!