Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _getClassProperties |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getClassProperties', attributes); |
Argument | Type | Description |
---|---|---|
attributes |
N | returns the identifier of an SCL list that contains the label 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 label class used by the form editor. For example, if the form editor is displaying its labels with the Text Entry class, the attributes list reflects the instance variables list of the Text Entry class. The class being 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.