Delphi WinAPI: GetWindowTextLength - 获取窗口标题长度
2023-01-01 14:33:14 作者:admin
本文整理自网络,侵删。
WinAPI: GetWindowTextLength - 获取窗口标题长度//声明:GetWindowTextLength( hWnd: HWND {窗口句柄}): Integer; {返回窗口标题长度}
//举例:var i: Integer;begin i := GetWindowTextLength(Self.Handle); ShowMessage(IntToStr(i));end;
相关阅读 >>
Delphi 两个exe之间共享数据
Delphi 获取百度ai 获取token
Delphi+汇编例子
Delphi使用api实现模拟按键
rad studio Delphi创建安卓服务creating android services
vclzip控件的使用
Delphi 利用hook api函数openprocess与terminateprocess来防止任务管理器结束进程
Delphi 如何刷新文件图标
Delphi 计算ip地址范围
Delphi 使控件变成圆角的方法
更多相关阅读请进入《Delphi》频道 >>
猜你喜欢
联络方式:
400-123-789
邮箱:xiachao@163.com
Q Q:12345678
微信公众号
微信二维码