Math387.aSetLength Method

Overload List

#SignatureDescription
1procedure aSetLength(var a: TCplxArray; const Len: Int64);
2procedure aSetLength(var a: T2DCplxArray; const Len: Int64);
3procedure aSetLength(var a: TSCplxArray; const Len: Int64);
4procedure aSetLength(var a: T2DSCplxArray; const Len: Int64);
5procedure aSetLength(var a: TBooleanArray; const Len: Int64);
6procedure aSetLength(var a: TByteArray; const Len: Int64);
7procedure aSetLength(var a: T2DByteArray; const Len: Int64);
8procedure aSetLength(var a: TDoubleArray; const Len: Int64);
9procedure aSetLength(var a: T2DDoubleArray; const Len: Int64);
10procedure aSetLength(var a: TSmallIntArray; const Len: Int64);
11procedure aSetLength(var a: T2DSmallIntArray; const Len: Int64);
12procedure aSetLength(var a: TIntegerArray; const Len: Int64);
13procedure aSetLength(var a: T2DIntegerArray; const Len: Int64);
14procedure aSetLength(var a: TInt64Array; const Len: Int64);
15procedure aSetLength(var a: IntPtr[]; const Len: Int64);
16procedure aSetLength(var a: TObjectArray; const Len: Int64);
17procedure aSetLength(var a: GCHandle[]; const Len: Int64);
18procedure aSetLength(var a: TShortIntArray; const Len: Int64);
19procedure aSetLength(var a: TSingleArray; const Len: Int64);
20procedure aSetLength(var a: T2DSingleArray; const Len: Int64);
21procedure aSetLength(var a: string; const Len: Integer);
22procedure aSetLength(var a: StringArray; const Len: Integer);
23procedure aSetLength(var a: T2DStringArray; const Len: Integer);
24procedure aSetLength(var a: TWordArray; const Len: Int64);
25procedure aSetLength(var a: TCardinalArray; const Len: Int64);
26procedure aSetLength(var a: TUInt64Array; const Len: Int64);

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

#NameTypeDescription
1aTCplxArray
2LenInt64element count

Result: stored in self (calling object)

Overload 2: procedure aSetLength(var a: T2DCplxArray; const Len: Int64);

#NameTypeDescription
1aT2DCplxArray
2LenInt64element count

Result: stored in self (calling object)

Overload 3: procedure aSetLength(var a: TSCplxArray; const Len: Int64);

#NameTypeDescription
1aTSCplxArray
2LenInt64element count

Result: stored in self (calling object)

Overload 4: procedure aSetLength(var a: T2DSCplxArray; const Len: Int64);

#NameTypeDescription
1aT2DSCplxArray
2LenInt64element count

Result: stored in self (calling object)

Overload 5: procedure aSetLength(var a: TBooleanArray; const Len: Int64);

#NameTypeDescription
1aTBooleanArray
2LenInt64element count

Result: stored in self (calling object)

Overload 6: procedure aSetLength(var a: TByteArray; const Len: Int64);

#NameTypeDescription
1aTByteArray
2LenInt64element count

Result: stored in self (calling object)

Overload 7: procedure aSetLength(var a: T2DByteArray; const Len: Int64);

#NameTypeDescription
1aT2DByteArray
2LenInt64element count

Result: stored in self (calling object)

Overload 8: procedure aSetLength(var a: TDoubleArray; const Len: Int64);

#NameTypeDescription
1aTDoubleArray
2LenInt64element count

Result: stored in self (calling object)

Overload 9: procedure aSetLength(var a: T2DDoubleArray; const Len: Int64);

#NameTypeDescription
1aT2DDoubleArray
2LenInt64element count

Result: stored in self (calling object)

Overload 10: procedure aSetLength(var a: TSmallIntArray; const Len: Int64);

#NameTypeDescription
1aTSmallIntArray
2LenInt64element count

Result: stored in self (calling object)

Overload 11: procedure aSetLength(var a: T2DSmallIntArray; const Len: Int64);

#NameTypeDescription
1aT2DSmallIntArray
2LenInt64element count

Result: stored in self (calling object)

Overload 12: procedure aSetLength(var a: TIntegerArray; const Len: Int64);

#NameTypeDescription
1aTIntegerArray
2LenInt64element count

Result: stored in self (calling object)

Overload 13: procedure aSetLength(var a: T2DIntegerArray; const Len: Int64);

#NameTypeDescription
1aT2DIntegerArray
2LenInt64element count

Result: stored in self (calling object)

Overload 14: procedure aSetLength(var a: TInt64Array; const Len: Int64);

#NameTypeDescription
1aTInt64Array
2LenInt64element count

Result: stored in self (calling object)

Overload 15: procedure aSetLength(var a: IntPtr[]; const Len: Int64);

#NameTypeDescription
1aIntPtr[]
2LenInt64element count

Result: stored in self (calling object)

Overload 16: procedure aSetLength(var a: TObjectArray; const Len: Int64);

#NameTypeDescription
1aTObjectArray
2LenInt64element count

Result: stored in self (calling object)

Overload 17: procedure aSetLength(var a: GCHandle[]; const Len: Int64);

#NameTypeDescription
1aGCHandle[]
2LenInt64element count

Result: stored in self (calling object)

Overload 18: procedure aSetLength(var a: TShortIntArray; const Len: Int64);

#NameTypeDescription
1aTShortIntArray
2LenInt64element count

Result: stored in self (calling object)

Overload 19: procedure aSetLength(var a: TSingleArray; const Len: Int64);

#NameTypeDescription
1aTSingleArray
2LenInt64element count

Result: stored in self (calling object)

Overload 20: procedure aSetLength(var a: T2DSingleArray; const Len: Int64);

#NameTypeDescription
1aT2DSingleArray
2LenInt64element count

Result: stored in self (calling object)

Overload 21: procedure aSetLength(var a: string; const Len: Integer);

#NameTypeDescription
1astring
2LenIntegerelement count

Result: stored in self (calling object)

Overload 22: procedure aSetLength(var a: StringArray; const Len: Integer);

#NameTypeDescription
1aStringArray
2LenIntegerelement count

Result: stored in self (calling object)

Overload 23: procedure aSetLength(var a: T2DStringArray; const Len: Integer);

#NameTypeDescription
1aT2DStringArray
2LenIntegerelement count

Result: stored in self (calling object)

Overload 24: procedure aSetLength(var a: TWordArray; const Len: Int64);

#NameTypeDescription
1aTWordArray
2LenInt64element count

Result: stored in self (calling object)

Overload 25: procedure aSetLength(var a: TCardinalArray; const Len: Int64);

#NameTypeDescription
1aTCardinalArray
2LenInt64element count

Result: stored in self (calling object)

Overload 26: procedure aSetLength(var a: TUInt64Array; const Len: Int64);

#NameTypeDescription
1aTUInt64Array
2LenInt64element count

Result: stored in self (calling object)