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


本文整理自网络,侵删。

 

uses FMX.VirtualKeyboard;

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

相关阅读 >>

Delphi tthread线程同步

Delphi响应wmi事件(响应网线断开)

Delphi在combobox下拉框里显示图片

Delphi定时器相关的简单例子

Delphi package

Delphi canvas.lineto 画线

Delphi中窗体的方法

Delphi中如何判断mediaplayer控件所播放的文件是否播放完毕?

Delphi listview1 图标不齐,错乱解决方法

Delphi vclzip实现分卷压缩

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



打赏

取消

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

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

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

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

评论

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