TIETwainParams.SourceName
Declaration
property SourceName[index]: AnsiString;
Description
Returns the name of the scanner of the specified index. This list has
SourceCount values.
Read-only
// Fills the ListBox1 with all scanner names installed on the system
for q := 0 to ImageEnView1.IO.TwainParams.SourceCount-1 do
ListBox1.Items.Add( ImageEnView1.IO.TwainParams.SourceName[q] );