![]() Chapter Contents |
![]() Previous |
![]() Next |
| _SELF_ |
| Category: | System Variable |
| Details | |
| Example | |
| See Also |
| Details |
See USECLASS for information on bypassing _SELF_ references in a USECLASS block.
| Example |
Suppose a FRAME entry contains an icon. The icon's _select method is defined as follows:
SELECT:
method;
/* If the icon is a Version 7 icon, */
/* the following statement could be */
/* _self_.icon=2; */
_self._setIcon(2);
endmethod;
INIT:
_self_._setMsg_('in init section');
return;
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.