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 64位汇编编程

Delphi 文件夹操作

Delphi 获取系统日期时间

Delphi datasnap传输流/文件问题

Delphi 获取windows系统网卡mac地址

Delphi中实现全角转半角

Delphi 上传文件到七牛,纯原生

Delphi 获取窗体坐标

Delphi下pos机控制钱箱,客显,打印机

Delphi 批量文件改名

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



打赏

取消

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

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

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

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

评论

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