Delphi InputBox 用法


本文整理自网络,侵删。

 
var
  InputString: string;
begin
  InputString:= Vcl.Dialogs.InputBox('输入对话框标题', '标题', '值');
  Edit1.Text:= InputString;

相关阅读 >>

Delphi实现分割文本文件的小程序

Delphi httpclient async异步获取网页代码

Delphi tfile

Delphi image 直接加载资源文件

Delphi 在richedit中插入gif图片的方法

Delphi 字符串的分割

Delphi制作手机签名app(windows同样适用)

Delphi 路径有空格调用批处理

Delphi禁用、启用usb

Delphi获取当前计算机所有盘符

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



打赏

取消

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

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

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

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

评论

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