码迷,mamicode.com
首页 >  
搜索关键字:variants    ( 308个结果
mormot生成和解析json
mormot生成和解析json delphi7测试并通过。 unit Unit1; interface uses syncommons, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialog ...
分类:Web程序   时间:2021-06-02 16:58:57    阅读次数:0
Delphi队列和栈
D7 一般把栈叫堆栈;数据结构上的堆和栈是两个不同的东西; Unit {Queue(队列),先进先出;Stack(堆栈),后进先出}unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, ...
分类:Windows程序   时间:2021-03-31 12:09:01    阅读次数:0
Delphi用数字访问相关的内存(此处数字要为有效地址,且知道该地址的类型)
Delphi XE 仅仅是学习记录 unit 开始 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; typ ...
分类:Windows程序   时间:2021-03-17 14:08:06    阅读次数:0
winsocket tcp练习一
server端 unit ServerMainFormUnit; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.C ...
分类:Windows程序   时间:2021-01-22 12:14:27    阅读次数:0
使用literal或者绑定变量执行SAP HANA SQL语句
There are two variants of SQL statement execution defined in SAP note 2000002 – FAQ: SAP HANA SQL Optimization. The difference is how the where condit ...
分类:数据库   时间:2020-09-15 20:58:55    阅读次数:57
Delphi 注册快捷键
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...
分类:Windows程序   时间:2020-08-05 20:58:14    阅读次数:94
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 19:24:12    阅读次数:186
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 16:21:43    阅读次数:83
Delphi Leftstr,Rightstr函数应用
需要引用strUtils unit Unit1; interface uses Windows, StrUtils,Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TF ...
分类:Windows程序   时间:2020-07-08 01:24:23    阅读次数:102
delphi 判断点在多边形内
1 unit MainFM; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, 7 Vcl.Control ...
分类:Windows程序   时间:2020-05-30 15:35:58    阅读次数:87
308条   1 2 3 4 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!