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


本文整理自网络,侵删。

 

uses FMX.VirtualKeyboard;

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

相关阅读 >>

Delphi-xe5-开发 android uri简介

Delphi 获取指定当前目录下指定文件扩展名所有文件

Delphi windows 编程[18] - 更换菜单项: modifymenu

Delphi fdconnection1.gettablenames 查看所有表包含用户表和系统表

Delphi 格式化输出函数(2): formatdatetime

Delphi unigui unistringgrid1 清空

Delphi 生成并替换txt里的内容

Delphi中exit,abort,break,continue 的区别

Delphi windows 编程[20] - 改变菜单项并换行

Delphi 日期时间计算

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



打赏

取消

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

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

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

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

评论

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