Chapter Contents |
Previous |
Next |
Data Form and Data Table: _displayColumnLabel |
Delegated to: | Data Set Data Model class |
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. A single value of the quoted string, '_ALL_', displays column labels for all columns. |
Details |
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 data form or data table 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.