procedure Push(const Boundary: string; ParentIndex: integer);
Description
Adds the Boundary marker to the top of the list, using a stack-based mechanism. The method checks that Boundary does not already exist in the list, and if not, inserts it at index 0.
See Also
Clear
Count
Pop