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