IDatasetModelFields.Item

Syntax

Item(Index: Integer): IDatasetModelField;

Parameters

Index. Field index.

Description

The Item property returns field structure of data source.

Comments

Field indexing is continuous and starts with zero. To get the number of fields, use the IDatasetModelFields.Count property.

Example

The property use is given in the example for IDatasetModelField.IsSparse.

See also:

IDatasetModelFields