上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页
摘要: const WM_INTMSG = WM_USER + 100; WM_STRUCTMSG = WM_USER + 101; WM_GETSTRUCTMSG = WM_USER + 102; WM_TEXTMSG = WM_USER + 103; type TMyIntMessage = packed record Msg: Cardinal; WPara... 阅读全文
posted @ 2019-04-09 16:59 夏天的西瓜君 阅读(511) 评论(0) 推荐(0) 编辑
摘要: IE8 以下版本不支持audio标签 阅读全文
posted @ 2019-03-28 21:23 夏天的西瓜君 阅读(4585) 评论(0) 推荐(0) 编辑
摘要: 1 unit Unit3; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, 7 Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl... 阅读全文
posted @ 2019-03-15 11:21 夏天的西瓜君 阅读(610) 评论(0) 推荐(0) 编辑
摘要: type TForm13 = class(TForm) Button1: TButton; ScrollBox1: TScrollBox; procedure Button1Click(Sender: TObject); private { Private declarations } procedure myClick(sender: TObje... 阅读全文
posted @ 2019-03-04 13:55 夏天的西瓜君 阅读(3006) 评论(0) 推荐(0) 编辑
摘要: unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V 阅读全文
posted @ 2019-02-28 16:20 夏天的西瓜君 阅读(420) 评论(0) 推荐(0) 编辑
摘要: type TForm8 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { Private declarations } public { Public declarations } end; type TmyKeyValue ... 阅读全文
posted @ 2019-02-27 16:03 夏天的西瓜君 阅读(638) 评论(0) 推荐(0) 编辑
摘要: //需要引用System.IOUtils单元procedure TForm7.Button3Click(Sender: TObject); var sFileName: string; tstream: TStreamWriter; begin Memo1.Clear; Memo1.Lines.Add(TPath.GetFileName(Application.ExeName))... 阅读全文
posted @ 2019-02-27 11:19 夏天的西瓜君 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 软件-软体 鼠标-滑鼠 程序-程式 对象-物件 类型-型别 窗体-表单 堆栈-堆叠 删除-洗掉 声明-宣告 调用-呼叫 变量-变数 数据-资料 接口-介面 进程-行程 指针-指标 内存-记忆体 线程-执行绪 配置文件-组态档 面向对象-物件导向 阅读全文
posted @ 2019-01-31 10:10 夏天的西瓜君 阅读(467) 评论(0) 推荐(0) 编辑
摘要: 需要引用SpeechLib_TLB.pas 文件 阅读全文
posted @ 2019-01-17 11:49 夏天的西瓜君 阅读(1791) 评论(0) 推荐(0) 编辑
摘要: procedure TForm3.cxButton_moveDownClick(Sender: TObject); //下移 var i: Integer; recNo: Integer; //记录下位置 strName, stype, saddress, num: string; begin //i := cxGrid1DBTableView1.Controller.Selec... 阅读全文
posted @ 2018-11-12 20:03 夏天的西瓜君 阅读(835) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 29 下一页