Mega Code Archive

 
Categories / Delphi / Examples
 

Selecting multiple files in topendialog

To allow the user selecting multiple files in a TOpenDialog, you need to add ofAllowMultiSelect] to property Options. The selected files will be in Files of type TStrings.