Field(Index: Integer): IDmField;
Index. Field index.
The Field property returns the specified data source field.
Fields indexing is continuous and starts with zero. To get the number of fields in the data source, use the IDmDataSource.FieldCount property.
The property use is given in the example for IDmMethod.Execute.
See also: