Chapter Contents

Previous

Next
Form Editor: _getLabelClass

Form Editor: _getLabelClass



Returns the default widget class and attributes for the label widget


Syntax
Details

Syntax

CALL SEND (form-id, '_getLabelClass', class-name<, class-attr>);

Argument Type Description
class-name
C returns the name of the label 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 _getLabelClass method always returns the default widget class and attributes for the label widget that the form assigns to label widgets, regardless of whether you have class or attribute settings for a particular column. The _getLabelClass method returns the default label widget class and attributes that are used when you create the initial display, after you call _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.