Chapter Contents

Previous

Next
Extended Table: _getRow

Extended Table: _getRow



Provides a model for a user-defined method that performs the actions that would otherwise be included in the GETROW section of the SCL program


Details


Details

The _getRow method, which is normally used when subclassing extended tables, is not called by SCL code; it is called by the extended table object after the _getRowLabel method runs. The _getRow method establishes and sets the value of objects in an extended table. The value of attributes set in the GETROW section are not retained when users scroll the table, so you must conditionally assign or deassign attributes.

This method is provided for compatibility only. When subclassing an extended table, use the _getRowLabel method. For more information on creating a subclass, see SAS/AF online help.


Chapter Contents

Previous

Next

Top of Page

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