-
函数
delphi中的常用函数的一些介绍
函数
delphi中的常用函数的一些介绍-Delphi function in a number of commonly used functions introduced
- 2023-05-11 13:30:04下载
- 积分:1
-
Delphi 静音 左右声道音量控制
Delphi控制系统静音,两个声道均不发出声音,同时若在非静态状态下,可控制左、右声道的音量大小,在代码中@表示指向变量v的指针(32位),调用此函数的用意就是得到右声道的值,在调节左声道的时候,不改变右声道}数字前面加$表示是十六进制数字,(t shl 8)表示t左移8位,部分参数设置代码如下:
procedure TForm1.FormCreate(Sender: TObject);
var
v:longint;
begin
waveoutgetvolume(0,@v);//得到现在音量,@v表示指向变量v的指针(32位)
trackbar1.Position:=hi(v);//设置左滑块的正确位置
trackbar2.Position:=hi(v shr 16);//设置右声道滑块的正确位置
end;
- 2022-06-02 00:55:40下载
- 积分:1
-
如何访问一个进程中的内存 如何访问一个进程中的内存 如何访问一个进程中的内存...
如何访问一个进程中的内存 如何访问一个进程中的内存 如何访问一个进程中的内存 -How to access a memory in the process of how to access a memory in the process of how to access a memory in the process of how to access a memory in the process of how to access a memory in the process of
- 2022-01-30 21:26:38下载
- 积分:1
-
delays of three state devices
delays of three state devices
- 2022-01-24 08:56:50下载
- 积分:1
-
SUIPackv6.2可以使用到Delphi2007
SUIPackv6.2可以使用到Delphi2007-SUIPackv6.2 can use to Delphi2007
- 2022-08-06 19:48:11下载
- 积分:1
-
WebBrowser
Delphi XE5 浏览器程序,Snippets的,可以在Android上跑过。(Delphi XE5 browser program, Snippets can be ran on Android.)
- 2021-03-04 19:09:32下载
- 积分:1
-
Is an office system that can realize financial management and staff mobility
是个办公系统,可以实现财务上的管理和人员的流动-Is an office system that can realize financial management and staff mobility
- 2022-02-03 12:46:56下载
- 积分:1
-
MiniNotepad
winAPI实现的记事本,体积很小,有保存读取功能(WinAPI notepad)
- 2011-11-07 11:45:42下载
- 积分:1
-
考勤机
科密一卡通二次开发文档以及动态库以及程序(test kemiykt sdk doc and dll files)
- 2020-06-22 21:00:01下载
- 积分:1
-
Delphi Pagecontrol
Delphi编程 自己绘制Pagecontrol控件-Delphi Pagecontrol
- 2022-02-02 20:20:48下载
- 积分:1