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


本文整理自网络,侵删。

 

uses FMX.VirtualKeyboard;

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

相关阅读 >>

Delphi日期和时间

Delphi读ios的设备id

Delphi firemonkey应用程序取得控制的位置(坐标)的话

Delphi winapi: setvolumelabel - 设置磁盘卷标

Delphi xe webbroker 开发,解决 response 返回中文乱码问题

Delphi trect的宽和高

Delphi datasnap(midas)三层架构中,常用事件及其触发顺序

delph记录输出日志

Delphi 阿拉伯数字转中文汉字数字

Delphi 权限控制(Delphi tactionlist方案)

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



打赏

取消

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

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

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

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

评论

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