Re: Twain Komponente DelphiTwain D2009
9. Nov 2009, 19:09
DelphiTwain1.libraryloaded:=true; //nicht vergessen ?
property LibraryLoaded: Boolean;
Description
This property is used booth in design and in run time to load or unload the main twain library from the memory. This property must be TRUE before most of the other properties be used.
Comments
If you set this property to TRUE and it's value continues to be FALSE, it means that either the Twain is not installed (check twain library info) or there was not enough memory.
|