TImageEnVect.UnSelAllObjects
Declaration
procedure UnselAllObjects();
Description
Deselects all objects.
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of UnSelAllObjects, use:
TImageEnView.LayersDeselectAll
ImageEnView1.LayersDeselectAll();