Declaration
function IEVisionLib(): TIEVisionLibrary;
Description
When
IEVisionAvailable is true then this function returns a pre-built
TIEVisionLibrary interface which allows you to create all other IEVision objects.
// creates empty image
image := IEVisionLib().createImage();