Edit - Just discovered something with the issue below - The demo is 32 bit, our app is 64 bit. Rebuilding your demo in 64 doesn't work either. Do you have a 64 bit Twin demo ?
The issue -
Using your Twain demo I can load my scanner into the combobox and get the number of scanners using this line -
showmessage(IntToSTr(ImageEnView1.IO.TwainParams.SourceCount)); It returns 1 as expected.
I've copied the ImageView amd combobox onto my form