Chapter Contents

Previous

Next
Form Editor: _setLabelClass

Form Editor: _setLabelClass



Sets the default widget class and attributes for the label widget


Syntax
Details

Syntax

CALL SEND (form-id, '_setLabelClass', 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 widget class for the label widget. This class may not be used if a specific class has been chosen for this label widget. The _setLabelClass method sets the default widget class and attribute list that are used to create a label widget. Just calling this method has no direct effect on a form editor's layout. The new default class is used during the creation of an initial display, after a call to _refillUsingAttributes, 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.