Declaration
procedure UnSelObject(hobj: Integer);
Description
Deselects the hobj object.
Example
ImageEnVect1.UnSelObject( hobj );
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of UnSelObject, use:
TIELayer.Selected
ImageEnView1.Layers[2].Selected := False;