procedure GetObjectToByteArray(var DstBuffer: TByteArray);
Copies object to an array of bytes.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstBuffer | TByteArray |
Result: stored in self (calling object)
Copies object to an array of bytes.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | DstBuffer | TByteArray |
Result: stored in self (calling object)