Overload List
| # | Signature | Description |
|---|---|---|
| 1 | procedure aSetLength(var a: TLoopThreadArray; const Len: Int64); | |
| 2 | procedure aSetLength(var a: WaitHandle[]; const Len: Int64); |
Overload 1: procedure aSetLength(var a: TLoopThreadArray; const Len: Int64);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TLoopThreadArray | |
| 2 | Len | Int64 | element count |
Result: stored in self (calling object)
Overload 2: procedure aSetLength(var a: WaitHandle[]; const Len: Int64);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | WaitHandle[] | |
| 2 | Len | Int64 | element count |
Result: stored in self (calling object)