Item(Index: Integer): IDatasetModelField;
Index. Field index.
The Item property returns field structure of data source.
Field indexing is continuous and starts with zero. To get the number of fields, use the IDatasetModelFields.Count property.
The property use is given in the example for IDatasetModelField.IsSparse.
See also: