Appends an element to the end of an array.
Class
TOraArray
Syntax
function AppendItem: integer;
Return Value
The index of the appended element.
Remarks
Call the AppendItem function to append an element to the end of an array. Returns the index of the appended element.
See Also