Chapter Contents |
Previous |
Next |
SAS/AF Software: Class Dictionary |
SAS/AF software uses the Frame class as the foundation for GUI-based applications. The Frame class provides windowing capabilities to SAS/AF applications and serves as a container where you can add visual controls and non-visual components to create a user interface. The Frame class enables you to create windows and dialog boxes, add menu bars or banners, and add application help.
Frame objects (and all visual controls and non-visual components placed on them) are stored in FRAME entries. When a FRAME entry is displayed in either the development environment or the execution environment, an instance of the Frame class is created.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.