IDmDataSource.FieldName

Fore Syntax

FieldName(Field: Integer): String;

Fore.NET Syntax

FieldName[Field: integer]: string;

Parameters

Field. Field index.

Description

The FieldName property returns the specified data source name.

Comments

The property is outdated, use IDmField.Name.

See also:

IDmDataSource