AppRecordList

Description

An AppRecordList contains a list of AppRecords of any subtype. The AppRecord objects on a single AppRecordList need not be from the same table or of the same AppRecord subtype, though homogeneous lists are easier to work with.

AppRecordList, and all child classes, can be iterated using ChaiScript's for loop. See example in AppRecordList ReadWithWhere() Method.

Inheritance

AppRecordList does not inherit from any object type.

Methods

Related Topics

Object Types

Working with Application Objects

Ext.CreateAppRecordList()