Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure SizeFromArray(const Src: T2DByteArray); | Sets the size of the vector to match an array. |
| 2 | procedure SizeFromArray(const Src: T2DSmallIntArray); | Sets the size of the vector to match an array. |
| 3 | procedure SizeFromArray(const Src: T2DIntegerArray); | Sets the size of the vector to match an array. |
Overload 1: procedure SizeFromArray(const Src: T2DByteArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | T2DByteArray |
Result: stored in self (calling object)
Remarks:
Sets the size (Length) of the caling vector to match the length of the array.
Overload 2: procedure SizeFromArray(const Src: T2DSmallIntArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | T2DSmallIntArray |
Result: stored in self (calling object)
Remarks:
Sets the Length of the calling vector to match the length of the array.
Overload 3: procedure SizeFromArray(const Src: T2DIntegerArray);
Sets the size of the vector to match an array.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | T2DIntegerArray |
Result: stored in self (calling object)
Remarks:
Sets the Length of the calling vector to match the length of the array.