Coders' Corner Search:


Databases
InterBase, MS-SQL, mysql, Oracle
Programming
C#, C++, Delphi, Java,
JavaScript, perl, php, Visual Basic, VBScript
Linux
Apache, Network, Shell
Web Publishing
JavaScript, perl CGI, VBScript, Web Hosting
Windows
Apache, File Types, Internet Explorer,
Network, Printing, Processes
Outside the Cube
Auto, Computer Hardware,
Finances, Household, Travel

Featured Article

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.