TRVListInfos.Add

<< Click to display table of contents >>

TRVListInfos.Add

Adds a new style to the collection of paragraph list styles (bullets and numbering)

function Add: TRVListInfo;

This method overrides TCollection.Add method to return TRVListInfo instance.

Call Add to create a new list style in the collection. The new item is placed at the end of the Items array.

Add returns the new collection item.