![]() Chapter Contents |
![]() Previous |
![]() Next |
| Widget Class: _getCMD |
| Syntax | |
| Details |
Syntax |
| objectName._getCMD( command ); |
| Argument | Type | Use | Description |
|---|---|---|---|
| command | Character | Output | returns a SAS command |
| Details |
The SAS command executes when the user selects or modifies the widget in a frame or if the SCL program otherwise invokes the _select method of the widget. The command is set either by the _setCMD method or through the Command Processing Attribute window.
Example
_getCMD returns the SAS command that is executed when button3 is selected and stores the information in the variable CMD3.
length cmd3 $200; button3._getCMD(cmd3);
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.