VarFieldList

Description

Primary and Auxiliary tables allow the user to add columns, and these user-defined columns are known as "variable fields." A VarFieldList is a list of Field objects representing the variable fields of a primary or auxiliary item. Note that Field is a subtype of AppRecord. It is possible to create your own VarFieldList object, in which case it will contain any Field objects you choose to add to it, not necessarily corresponding to the variable fields for any existing table.

Inheritance

AppRecordList -> VarFieldList

Methods

Related Topics

Object Types

Working with Application Objects

Ext.CreateAppRecordList()