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