Chapter Contents |
Previous |
Next |
GET_DATA Data Vector: _getClassProperties |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getClassProperties', attributes); |
Argument | Type | Description |
---|---|---|
attributes |
N | specifies the identifier of an SCL list to contain the data attributes |
Details |
The _getClassProperties 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 reflects the instance variables list of the Text Entry class. The class used by the form editor is controlled with the _getClassName and _setClassName methods.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.