![]() Chapter Contents |
![]() Previous |
![]() Next |
| Widget Class: _term |
| Syntax | |
| Details |
Syntax |
| objectName._term( recursive ); |
| Argument | Type | Use | Description |
|---|---|---|---|
| recursive | Character | Input | specifies whether to recursively delete all nested objects when an object contains other objects: Y or N (default) |
| Details |
If an object contains other objects, the recursive argument specifies whether the nested objects should be deleted. For example, if a container object named containerbox1 contained a text entry control and a check box control, invoking
containerbox1._term('Y'); recursively deletes the container and the
nested objects. In other words, the nested objects also receive the _term
method.
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.