RecordSetQuery.Field

From Xojo Documentation


Method

RecordSetQuery.Field(Idx as Integer) As Variant

Supported for all project types and targets.

Returns the value of the Field in the row the record pointer is pointing to.


Method

RecordSetQuery.Field(Name as String) As Variant

Supported for all project types and targets.

Returns the value of the Field in the row the record pointer is pointing to.