Adds a new style to the collection of list levels.
function Add: TRVListLevel;
This method overrides TCollection.Add method to return TRVListLevel instance.
Call Add to create a new level in the collection. The new item is placed at the end of the Items array.
Add returns the new collection item.