Chapter Contents |
Previous |
Next |
Form Editor: _getDataClass |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_getDataClass', class-name<, class-attr>); |
Argument | Type | Description |
---|---|---|
class-name |
C | returns the name of the data widget class |
class-attr |
N | specifies the identifier of an SCL list to contain the attributes used to create a widget of type class-name |
Details |
The _getDataClass method always returns the default widget class and attributes for the data widget, regardless of whether you have class or attributes settings for a particular column. The _getDataClass method returns the default data widget class and attributes that are used when you create the initial display, after you call the _refillUsingAttributes method, or when you create a new widget representation using the Column Window.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.