delphi SelectDirectory 选择文件夹


本文整理自网络,侵删。

 
 

uses FileCtrl;
var
Dir: string;
begin
if SelectDirectory( '选择目录 ', ' ',Dir) then
edit1.Text :=dir;
end;

相关阅读 >>

Delphi webbrowser1 保存文档为 .html

Delphi xe2读取内存偏移数据代码

Delphi 加载excel 导入数据库

Delphi pagecontrol.ttabsheet与drivecombobox.items同步

Delphi idhttp的用法

Delphi android 中 toast 的实现(老外写的unit)

Delphi for 循环 downto用法

Delphi关闭程序close,application.terminate与halt区别

Delphi设置窗口透明

Delphi读取网页源文件和获取字符串

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



打赏

取消

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

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

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

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

评论

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