Used by servers to index data. Will be used by client to access data in circumstances when a complete row of data is retrieved with RevDataServer.getViewRow from the server.
Readonly
nameIdentifies a field in the schema. Will be unique within a schema (ie grid).
A field in the schema obtained from the server to which one or more grid columns can be bound.
Remarks
All columns are bound to a RevSchemaField when they are created. The field is used to access data on the (RevDataServer) server. The index of fields are also used to notify the client when data on the server has changed.
Note that while it is possible to bind more than one column to a RevSchemaField, this usage scenario would not be typical.