InsertAt(Index: Integer, Value: String);
InsertAt(Index: integer, Value: string);
Index. Index of added element
Value. Value of added element.
The InsertAt method adds a new element to array by the selected index.
To remove an array element by its index, use the IVZStringArray.Remove method.
The property use is given in the example for IVZStringArray.Add.
See also: