DataSet.Field

From Xojo Documentation

Method

DataSet.Field(idx as Integer) As Variant

Supported for all project types and targets.

Gets the field specified by idx. The idx parameter is zero-based.




Method

DataSet.Field(Name as String) As Variant

Supported for all project types and targets.

Gets the field by name.