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