Chapter Contents |
Previous |
Next |
Frame Class: _termLabel |
Syntax | |
Details |
Syntax |
objectName._termLabel( ); |
Details |
The _termLabel method, which is normally used when the Frame class is subclassed, is not called by SCL code; it is invoked automatically by the frame when the frame is ended. By default, the _termLabel method runs the TERM section of the frame's SCL program.
Setting _STATUS_ to 'R' in the _termLabel method resumes the frame.
This method can be overridden to perform pre- or postprocessing with respect to the TERM section. For example, to process information both before and after the TERM section of the frame's SCL program runs, you can override the _termLabel method of the Frame class, and write your method similar to the example below.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.