Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要能够使用本机 Windows 7 打开对话框来选择文件夹,即。不是通过使用SelectDirectory().
SelectDirectory()
我目前有一个使用 调用对话框的过程,TOpenFileName效果很好。
TOpenFileName
是否有一个隐藏标志可用于确保对话框仅允许选择一个文件夹,其中按钮更改为“选择文件夹”?
注意:我不想使用 Delphi 的标准 TFileOpenDialog。我宁愿为此坚持自己的职能。
不,那里没有。您需要使用TFileOpenDialogwhich wraps IFileDialogwhich 是提供此功能的系统组件。
TFileOpenDialog
IFileDialog