DatabaseField.GetString
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseColumn.StringValue as a replacement. |
Method
Gets the value of the field as a String.
Notes
This is equivalent to using StringValue to get the value.
Sample Code
Get the string value of a column in a RecordSet: