SBM ModScript Reference → Programming SBM ModScript → Object Types → AppRecordList
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.
AppRecordList does not inherit from any object type.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.