![]() Chapter Contents |
![]() Previous |
![]() Next |
| CREATESCL |
| Category: | Object Oriented |
| Syntax | |
| Details | |
| Example | |
| See Also |
Syntax |
| entry-id=CREATESCL(entry-name, scl-entry<,description>); |
| Details |
You can revise the code in scl-entry and use the SAVECLASS command to create a new or revised class/interface. For example, you can use the CREATESCL function to generate a Version 7 class that contains Version 6 class information. You can add the method signatures, scope, and so on, and then generate a new class using the SAVECLASS command. This process is described in Converting Version 6 Non-Visual Classes to Version 7 Classes.
For more information on the SAVECLASS command, see the online Help for SAS/AF software.
For a description of the CLASS and INTERFACE statement syntax that is written to the SCL entry, see CLASS and INTERFACE.
| Example |
Create a definition of SASHELP.CLASSES.CHECKBOX_C.CLASS for conversion to class syntax:
myClass=CREATESCL('sashelp.classes.checkbox_c.class',
'work.a.checkbox_c.scl',
'CheckBox class to convert');
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.