Chapter Contents |
Previous |
Next |
Data Form: _setDataClass |
Syntax | |
Details |
Syntax |
CALL SEND (form-id, '_setDataClass', class-name<, class-attr>); |
Argument | Type | Description |
---|---|---|
class-name |
C | specifies the name of the widget class |
class-attr |
N | specifies the identifier of an SCL list that contains the attributes that are used to create a widget of type class-name |
Details |
The class set is the default class for the data widget. The _setDataClass method sets the default widget class and attribute list that are used to create a data widget. Just calling this method has no direct effect on a data form's layout. The new default class is used during the creation of an initial display, after a call to 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.