Chapter Contents

Previous

Next
Toolbar: _update

Toolbar: _update



Rereads all the instance variables of the toolbar and redisplays the toolbar based on this new information


Syntax
Details
See Also

Syntax

CALL NOTIFY (toolbar-name, '_update');


Details

Note that the work _update performs is a superset of the work _repopulate performs. You might call _update on a toolbar if you changed the data source for the button information or you wanted to change more than one of the toolbar instance variables and wanted the update to occur only once. Method calls such as _setConformOption, which modify a toolbar instance variable, perform an _update as part of their processing.

See Also

_repopulate


Chapter Contents

Previous

Next

Top of Page

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