Skip to content

Delphi multi files and dirs open dialog, support fmx and vcl above Windows Vista

License

Notifications You must be signed in to change notification settings

PonyPC/MultiFilesAndDirsOpenDialog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

MultiFilesAndDirsOpenDialog

Delphi multi files and dirs open dialog, support fmx and vcl(modify by yourself) above Windows Vista, In case of WinXP, you can implement SelectDirectory()

Usage:

var
list := SelectDirsAndFiles(self.Handle, 'Select your folders and files', 'Upload');
for var s in list.Keys do
  showmessage('Path: ' + s + ', Is Folder: ' + list[s].ToString(TUseBoolStrs.True));
list.Free;

About

Delphi multi files and dirs open dialog, support fmx and vcl above Windows Vista

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages