Chapter Contents

Previous

Next
Widget Class: _unhide

Widget Class: _unhide



Displays a widget that has been hidden


Syntax
Details

Syntax

objectName._unhide( );
objectName._unhide( all );


Details

Example

_unhide displays the buildIcon object if the variable catalog is not in error:

 if field('error', 'catalog') = 0 then
    buildIcon._unhide();


Chapter Contents

Previous

Next

Top of Page

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