DatabaseRecord.DoubleColumn
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
![]() |
This item was deprecated in version 2019r2. Please use DatabaseRow.Column 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: