MtxForLoop.aSetLength Method

Overload List

#SignatureDescription
1procedure aSetLength(var a: TLoopThreadArray; const Len: Int64);
2procedure aSetLength(var a: WaitHandle[]; const Len: Int64);

Overload 1: procedure aSetLength(var a: TLoopThreadArray; const Len: Int64);

#NameTypeDescription
1aTLoopThreadArray
2LenInt64element count

Result: stored in self (calling object)

Overload 2: procedure aSetLength(var a: WaitHandle[]; const Len: Int64);

#NameTypeDescription
1aWaitHandle[]
2LenInt64element count

Result: stored in self (calling object)