Chapter Contents

Previous

Next
Widget Class: _isProtected

Widget Class: _isProtected



Reports whether a widget is currently protected in the window


Syntax
Details

Syntax

objectName._isProtected( isProtected );

Argument Type Use Description
isProtected Numeric Output returns a value indicating whether the widget is protected: 1 is protected, 0 is not protected


Details

Example

_isProtected determines whether update is protected:

update._isProtected('isProtected');
if isProtected then
   put 'the UPDATE button is protected';
else
   put 'the UPDATE button is not protected';


Chapter Contents

Previous

Next

Top of Page

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