本文整理自网络,侵删。
uses FMX.VirtualKeyboard;
var Keyboard: IFMXVirtualKeyboardService;begin if TPlatformServices.Current.SupportsPlatformService (IFMXVirtualKeyboardService, IInterface(Keyboard)) then begin Keyboard.HideVirtualKeyboard; end;end;
相关阅读 >>
Delphi firemonkey应用程序取得控制的位置(坐标)的话
Delphi winapi: setvolumelabel - 设置磁盘卷标
Delphi xe webbroker 开发,解决 response 返回中文乱码问题
Delphi datasnap(midas)三层架构中,常用事件及其触发顺序
Delphi 权限控制(Delphi tactionlist方案)
更多相关阅读请进入《Delphi》频道 >>