Chapter Contents

Previous

Next
Widget Class: _unprotect

Widget Class: _unprotect



Unprotects a widget, allowing user modification


Syntax
Details

Syntax

objectName._unprotect( );


Details

You can also use the field or unprotect function to unprotect a widget. However, the _unprotect method is the only way to unprotect a widget from another SCL entry such as a method.

Example

_unprotect unprotects a widget named libname.

 libname._unprotect();


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.