TParaInfos.Add

<< Click to display table of contents >>

TParaInfos.Add

Adds a new style to the collection of paragraph styles.

function Add: TParaInfo;

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

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

Return value:

Created collection item.

See also:

TParaInfo.Create.