Chapter Contents

Previous

Next
Class Class: _getDefaults

Class Class: _getDefaults



Returns a list containing default instance variables


Syntax
Details

Syntax

objectName._getDefaults( defaultsList );

Argument Type Use Description
defaultsList Numeric Update specifies the identifier of a list that when returned is filled with the default instance variable values


Details

The default values of instance variables are used when a new object is instantiated from the class. Do not attempt to modify or delete the list returned by _getDefaults; it is marked NODELETE and NOUPDATE. Use Class Class: _setDefaults to change default values.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.