delphi 对话框单元


本文整理自网络,侵删。

 
unit vsk;

interface
uses
   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 idhttp中get与post的区别

Delphi 生成全球唯一标识符

Delphi 打开android应用信息

Delphi comparestr 这个函数可以模糊匹配,且不区分大小写

Delphi10.3通过rest单元使类和json数据互相转换

Delphi webbrowser同时访问两个网址导致程序出错的解决办法

Delphi模仿“千千静听”滚动标题栏,非常简单!

Delphi richedit的实现msn / qq 中的动画表情

Delphi 备份恢复剪切板

Delphi xe5 实现获取本地的ip地址

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



打赏

取消

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

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

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

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

评论

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