TBlob.Create Constructor
Creates a TBlob and initialises it with the provided byte array.
Syntax
Unit: Aurelius.Types.Blob
constructor TBlob.Create(Value: TBytes);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Value | TBytes | The initial binary content to store in the blob. |