Chapter Contents

Previous

Next
SAS/AF Software: Class Dictionary

Overview

The SCL List Model class provides an interface to display data residing in SCL lists in a viewer such as a table editor object or a form editor object. The SCL list accessed by the SCL List Model must be in a specific format, a list composed of SCL list items, or sublists. Each sublist corresponds to a row. The items in each sublist correspond to columns within a given row.

By default, the columns in an SCL list model object are unnamed, meaning that the data in the nth item of a sublist maps to the nth column of the model. If the items in each sublist are named items, then those names are automatically used as column names.

PARENT: SASHELP.FSP.TABLE_M.CLASS

CLASS: sashelp.fsp.List_m.class


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.