DatabaseRecord.Column
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseRow.Column as a replacement. |
Method
Gets the String value for the column Name.
Method
DatabaseRecord.Column(Name As String, Assigns value As String)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the String value for the column Name.
Method
Gets the String value for the column at position Index. The first index is 1.
Sample Code
Creates a new row in the team table: