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

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support