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. The list can be iterated with VBScript's "For...Each" statement, and all subtypes of AppRecordList inherit this iteration support.

Inheritance

AppRecordList does not inherit from any object type.

Methods

Related Topics

Object Types

Application Objects