Chapter Contents

Previous

Next
GET_DATA Data Vector: _setClassProperties

GET_DATA Data Vector: _setClassProperties



Sets the data attributes list


Syntax
Details

Syntax

CALL SEND (data-vector-id, '_setClassProperties', attributes);

Argument Type Description
attributes
N specifies the identifier of an SCL list to contain the data attributes


Details

The _setClassProperties method is valid only if the viewer is a form editor.

The attributes list is the instance variable list of the data class used by the form editor. For example, if the form editor displays its data with the Text Entry class, the attributes list will reflect the instance variables list of the Text Entry class. You control the class used by the form editor with _getClassName and _setClassName.

Note that the form editor only uses the data class and data attributes specified by _setClassName and _setClassProperties for row number 0. The form editor does this because the form editor cannot have a different data class for each row. However, the form editor can have a different data class for each column. Therefore, you can only set information about the data class through these methods for the first _getData call that the form editor makes.


Chapter Contents

Previous

Next

Top of Page

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