Internet Direct (Indy) Version 9.0.1 Beta
TIdMIMEBoundary.Push
Add a new boundary marker to the top of the boundary marker stack.

procedure Push(ABoundary: string);
Parameters
ABoundary: string
Boundary marker to be added to the internal list.

Description
Push is a procedure used to add the boundary marker in ABoundary using a stack-like mechanism, where the new value is added to the top of the internal. Push checks that ABoundary does not already exist in the list, and sets NewBoundary to True when the value already exists. If it does not exist, ABOundary is inserted into the internal list at element 0 (zero), and NewBoundary is set to False.