IdxRichEditStyleCollection<T>.Add(T) Method
Adds a specified document style to the collection.
Declaration
procedure Add(const AStyle: T);
Parameters
Name | Type | Description |
---|---|---|
AStyle | T | A document style. |
Remarks
Call this procedure to expand the collection with an existing document style. To create a new document style, call the CreateNew function instead.
See Also