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