selectnoobjects

The selectnoobjects statement unselects all the graphic objects in the current form.


Parameters

No parameters.


Description

This statement tells Panorama to unselect all the graphic objects within a form. Usually this is done to “clean up” after a procedure has selected graphic objects.

This example will reduce the brightness of every object in the form by 20%. When it is done it politely unselects the graphic objects.

selectallobjects
changeobjects "color",hsb(
    hue( objectinfo("color") ),
    saturation( objectinfo("color") ),
    0.8*brightness( objectinfo("color") ))
selectnoobjects

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0