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