Chapter Contents |
Previous |
Next |
Data Form and Data Table: _getColumnFormattedData |
Delegated to: | Data Set Model class |
Syntax | |
Details |
Syntax |
CALL SEND (object-id, '_getColumnFormattedData',col-name, data); |
Argument | Type |
Description |
---|---|---|
col-name |
C | specifies the name of the column for which the formatted data is requested |
data |
C | returns the formatted data of the requested column |
Details |
The _getColumnFormattedData method provides an easy way to obtain formatted data for a column in the currently locked row. For example, using the _getColumnValue method on a date column would return the internal date value, but using _getColumnFormattedData would return the formatted date value.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.