TIETwainParams.SourceNameToIndex
Declaration
function SourceNameToIndex(const sName: string): Integer;
Description
Returns the index of a device in the
Twain source list, or -1 if the name is not found.
Example
idx := ImageEnView1.IO.TwainParams.SourceNameToIndex( edtTwainName.Text );
See Also
◼FindSourceByName
◼SourceNameToIndex