Examples Delphi

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.