本文整理自网络,侵删。
unit vsk;
interfaceuses Windows, Classes, Forms, Dialogs;
function Box(info:string;title: string ; Flags : Integer):Integer; //?
implementation
function Box(info:string;title: string ; Flags : Integer):Integer;begin Result := application.MessageBox(PChar(info),PChar(title),Flags);end;
end.
相关阅读 >>
Delphi xe10 针对全面屏手机端无法全面显示,下方显示黑条的处理
Delphi实现win10下Delphi 10.3.1 inline hook 域名转向之internetconnecta
Delphi twebbrowser出现 method pastehtml not supported by automation object 解决方法
更多相关阅读请进入《Delphi》频道 >>