DatabaseRecord.PictureColumn
From Xojo Documentation
This item was deprecated in version 2019r2. Please use DatabaseRow.BlobColumn as a replacement. |
Method
Gets the Picture value for the column Name.
Method
DatabaseRecord.PictureColumn(Name As String, Assigns value As Picture)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the Picture value for the column Name.
Method
DatabaseRecord.PictureColumn(Name As String, format As String=Picture.FormatPNG, quality As Integer = Picture.QualityDefault, Assigns value As Picture)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the Picture value for the column Name with the specified format and quality.
Notes
For most databases using the BlobColumn method is preferred.
Sample Code
Creates a new row in the team table: