Chapter Contents |
Previous |
Next |
Data Set Data Model: _displayColumnLabel |
Syntax | |
Details | |
See Also |
Syntax |
CALL SEND (object-id, '_displayColumnLabel', col-name-1<,...col-name-n>); |
Argument | Type | Description | |
---|---|---|---|
|
C | specifies one or more column names that should display the column label from the table as the column label text for the viewer, if any. A single value of the quoted string, '_ALL_', displays column labels for all columns. |
Details |
The _displayColumnLabel method has no effect if you are running the Data Set Data Model class as a stand-alone object.
Passing a value of '_ALL_' for the col-name-1 argument of the _displayColumnLabel method causes the model to use the column labels from that point on until another call is made to _displayColumnLabel that passes one or more column names. For example, calling the _displayColumnLabel method with the '_ALL_' parameter makes the attached viewer, if any, use the table column labels for the column label text. If a subsequent call were made to _setDataset, the model would continue to use the table column labels for the new table.
See Also |
_displayColumnName
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.