Delphi FireMonkey应用程序中显示时隐藏虚拟键盘


本文整理自网络,侵删。

 

uses FMX.VirtualKeyboard;

var
  Keyboard: IFMXVirtualKeyboardService;
begin
  if TPlatformServices.Current.SupportsPlatformService (IFMXVirtualKeyboardService, IInterface(Keyboard)) then
  begin
    Keyboard.HideVirtualKeyboard;
  end;
end;

相关阅读 >>

Delphi setwindowshookex - 设置钩子 unhookwindowshookex - 卸掉钩子

Delphi fmx jpg 保存数据库 从数据库读取

Delphi 中 image 控件加载bmp、jpg、gif、png等图片的办法

Delphi 的运算符重载

Delphi ip地址转换str字符

Delphi 10.3.x 截取字符串函数substring 和copy()常用字串符处理函数用法

Delphi getfilehashmd5获取文件 hashmd5值

Delphi 隐藏桌面图标和任务栏

Delphi最简化异步选择tcp服务器

Delphi 时间转换为gmt格式

更多相关阅读请进入《Delphi》频道 >>



打赏

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,您说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

评论

管理员已关闭评论功能...