Chapter Contents |
Previous |
Next |
Tab Layout: _getClientDeletion |
Syntax | |
Details |
Syntax |
CALL NOTIFY (tabber-name, '_getClientDeletion', clientDeletion); |
Argument | Type | Description |
---|---|---|
clientDeletion |
C | returns the behavior that is used when a client is orphaned:
|
Details |
An orphaned client is an object that was formerly being used by a tab that is no longer being used by any tab.
'VERBOSE' is the default behavior, which deletes clients with no corresponding tab or group and also issues the following warning message:
WARNING: Orphaned clients -- clients with no corresponding tab or group -- were deleted.'QUIET' acts similarly to 'VERBOSE' except that no warning message is issued.
'NONE' tells the tab that it should not delete any orphaned clients because the clients will be re-adopted soon. For example, if you want to switch back and forth between two tab lists at run-time and do not want the overhead of recreating the clients, then 'NONE' should be used.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.