Ext.CreateAppRecordList()

Creates list objects that can hold multiple items from the given table.

Function Signature

 AppRecordList Ext.CreateAppRecordList( tableId )

Parameters

Parameter Type Description

tableId

int

A value from TS_TABLES. See Ext.TableId().

Return

Type Description

AppRecordList

The newly created AppRecordList object. Objects on the list are of type AppRecord, though they may represent objects of any AppRecord subtype.

Technical Details

SBM ModScript version: 11.3.

Notes

This function is analogous to Ext.CreateAppRecord().

Related Topics

Extension Functions

AppRecordList