Ext.CreateAppRecordList( tableId )

Description

This function is analogous to Ext.CreateAppRecord( tableId [, recType] ), except it creates list objects that can hold multiple items from the given table. As with Ext.CreateAppRecord(), this function is intended for list subtypes not supported by the built-in CreateObject.

Argument

tableId

Pass this argument to create a new AppRecordList object of a subtype appropriate for the database table given by the number tableId.

Return Values

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

Related Topics

Extension Functions