Chapter Contents

Previous

Next
Widget Class: _isModified

Widget Class: _isModified



Reports whether a widget is modified


Syntax
Details

Syntax

objectName._isModified( isModified );

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


Details

Example

_isModified determines whether update is modified:

update._isModified('isModified');
if isModified then
   put 'the UPDATE button is modified';
else
   put 'the UPDATE button is not modified';


Chapter Contents

Previous

Next

Top of Page

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