Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure Write; | Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything. |
| 2 | procedure Write(Src: TVec); | Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything. |
Overload 1: procedure Write;
Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.
Result: stored in self (calling object)
Overload 2: procedure Write(Src: TVec);
Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TVec | source TVec |
Result: stored in self (calling object)