Procedure LckObjs locks the selected objects. When an object is locked, it may be copied or duplicated, but it may not be changed in any other way.
PROCEDURE LckObjs;def vs.LckObjs():
return NoneSelectObj((C='Structure To Remain'));
LckObjs;Availability: from All Versions