This class store interfaces in a LIFO dynamic array.
The default capacity is 16 elements. When the limit is reached, the capacity grows of 25%.
If the compilation symbol THREADSAFE (LContLib.inc) is defined, this container is threadsafe.
This class store strings in a LIFO dynamic array.
The default capacity is 16 elements. When the limit is reached, the capacity grows of 25%.
If the compilation symbol THREADSAFE (LContLib.inc) is defined, this container is threadsafe.
This class store objects in a LIFO dynamic array.
The default capacity is 16 elements. When the limit is reached, the capacity grows of 25%.
If the compilation symbol THREADSAFE (LContLib.inc) is defined, this container is threadsafe.