本文整理自网络,侵删。
在FromShow事件上面或者FormCreate事件:
Application.FormFactor.Orientations := [TFormOrientation.soLandscape, TFormOrientation.soInvertedLandscape];
横屏竖屏自动
Application.FormFactor.Orientations := [TFormOrientation.soLandscape];
只横屏
Application.FormFactor.Orientations := [TFormOrientation.soInvertedLandscape];
只竖屏
相关阅读 >>
Delphi 单击android上的web浏览器链接以启动Delphi应用程序
Delphi 使用twebbrowser组件保存网页为html和mht文件
winapi 字符及字符串函数(13): lstrcmp、lstrcmpi - 对比串
Delphi trestclient + trestrequest + trestresponse
更多相关阅读请进入《Delphi》频道 >>