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