Chapter Contents

Previous

Next
Form Editor: _setLabelRepresentation

Form Editor: _setLabelRepresentation



Sets the default representation of the label


Syntax
Details

Syntax

CALL SEND (form-id, '_setLabelRepresentation', rep);

Argument Type Description
rep
C specifies the representation of the label:


'WIDGET' displays the label as a separate widget






'REGTITLE' displays the label as the data widget's region title


'NOLABEL' displays no label


Details

The label representation set is the default label representation for the label widget. This representation may not be used if a specific representation has been chosen for this label widget. The _setLabelRepresentation method sets the default label representation that is used to create a label widget. Just calling this method has no direct effect on a form editor's layout. The new default representation 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.