DatabaseRecord.FieldName
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseRow.ColumnName as a replacement. |
Method
Returns the name of the field in the DatabaseRecord specified by idx. The fields are in a 0-based array.
Sample Code
Creates a new row in the team table: