function SetObjectFromByteArray(SrcBuffer: TByteArray): Int64;
Reads the properties of the object from the array of bytes.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | SrcBuffer | TByteArray |
Returns: Int64
Remarks:
This will be a success, only of the array was before written with GetObjectToByteArray.