Chapter Contents

Previous

Next
Tab Layout: _setClientDeletion

Tab Layout: _setClientDeletion



Sets the behavior that is used for orphaned clients.


Syntax
Details

Syntax

CALL NOTIFY (tabber-name, '_setClientDeletion', clientDeletion);

Argument Type Description
clientDeletion
C sets the behavior that is used when a client is orphaned:

  • 'NONE'

  • 'QUIET'

  • 'VERBOSE'



Details

An orphaned client is an object that is no longer used by any tab. You can use the _setClientDeletion method to define the behavior that occurs when a tab with clients are removed.

'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.