Chapter Contents |
Previous |
Next |
Text Model Template: _setAttributes |
Syntax | |
Details |
Syntax |
CALL NOTIFY (viewer-name, '_setAttributes', attr-list); |
Argument | Type | Description |
---|---|---|
attr-list |
N | specifies the identifier of an SCL list containing the attributes for the model |
Details |
The _setAttributes method is called from the text viewer when the model attributes have changed and the model needs to be updated. For example, the _setAttributes method is called from the viewer's _bpostinit method. The _setAttributes method is responsible for taking the relevant items off of the attributes list and setting model values accordingly.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.