Chapter Contents

Previous

Next
Form Data Model: _getRowInfo

Form Data Model: _getRowInfo



Returns the attributes of a row


Syntax
Details

Syntax

CALL SEND (model-id, '_getRowInfo', data-vector-id);

Argument Type Description
data-vector-id
N specifies the object identifier of an instance of the Row/Column Data Vector class


Details

The _getRowInfo method requests information about one row.

The data vector filled in by the _getRowInfo method is an instance of the Row/Column Data Vector class. The viewer creates the data vector instance.

The _getRowInfo method should fill in the data vector's information for the current row. You can manipulate the data vector's information with calls to methods of the Row/Column Data Vector class, which sets data vector values. These methods are described in the Row/Column Data Vector class.


Chapter Contents

Previous

Next

Top of Page

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