Chapter Contents |
Previous |
Next |
Text Viewer: _clearMarks |
Syntax | |
Example |
Syntax |
CALL NOTIFY (viewer-name, '_clearMarks'); |
Example |
In this example, an area is marked and then unmarked:
/* mark an area */ call notify('textview', '_set_mark_', 1, 1, 3, 3); /* unmark the area */ call notify('textview', '_clear_marks_');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.